摘要: #include <iostream> #include <string> using namespace std; void convertUnCharToStr(char* str, unsigned char* UnChar, int ucLen) { int i = 0; for(i = 0 阅读全文
posted @ 2017-09-23 10:54 丁培飞 阅读(15870) 评论(2) 推荐(0)