Loading... ```cpp #include <iostream> int main() { std::wstring s = L"locale你大爷的!"; std::wcout.imbue(std::locale("chs")); std::wcout << s << std::endl; return 0; } ``` Last modification:April 18th, 2020 at 09:42 pm © 允许规范转载 Support 如果觉得我的文章对你有用,请随意赞赏
Comment here is closed