c++ string和wstring之间的转换 using namespace std; 1、字符串中不含有汉字 |–string–>wstring string s(“abc”); wstri … 继续阅读 c++ string和wstring之间的转换