摘要: C++原型 extern "C" __declspec(dllexport) const char* GetUnicoide(const char* gb2312) { int len = MultiByteToWideChar(CP_ACP, 0, gb2312, -1, NULL, 0); wchar_t* wstr = new wchar_t[len+1]; memset(ws... 阅读全文
posted @ 2018-12-11 15:12 来了啊老弟 阅读(4238) 评论(0) 推荐(0)