how-to-use/cpp/关于cpp中的一些疑问.txt

2 lines
191 B
Plaintext
Raw Normal View History

1.wstring通过转码成string后会不会信息丢失?(运行环境ANSI本地环境)
会,实际测试wstring中有一个string不支持的字符,转成string无法再完全转回来。