摘要: private: static char* szResult; static wchar_t* wszResult; public: // wchar 转 char static const char* wchar_t_Unicode_To_GB2312(wchar_t* str) { if (szResult) { ... 阅读全文
posted @ 2017-03-25 11:17 $JackChen 阅读(574) 评论(0) 推荐(0)