怎么做网站才能被收购,电商推广,桂林注册公司,dede网站漏洞std::cout在处理uint8_t变量类型的时候默认输出字符#xff0c;刚好数字0-10对应的ascii字符都是不可打印的
解决#xff1a; 使用static_cast
std::cout static_castint(time) std::endl;参考文章#xff1a;https://blog.csdn.net/weixin_459…std::cout在处理uint8_t变量类型的时候默认输出字符刚好数字0-10对应的ascii字符都是不可打印的
解决 使用static_cast
std::cout static_castint(time) std::endl;参考文章https://blog.csdn.net/weixin_45910027/article/details/132280674