4.89/5 (2投票s)
2011 年 3 月 28 日
28417
std::string source = "Hello World"; std::wstring result( source.begin(), source.end() ); 减少了一行代码!
std::string source = "Hello World"; std::wstring result( source.begin(), source.end() );