摘要: 代码: #include <string.h> #include <iconv.h> #include <iostream> using namespace std; int code_convert(char *from_charset, char *to_charset, char *inbuf 阅读全文
posted @ 2020-11-05 11:24 hn_xs_zhongjx 阅读(150) 评论(0) 推荐(0) 编辑