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