Why is the length of this string longer than the number of characters in it?

后端 未结 8 1064
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 19:26

This code:

string a = \"abc\";
string b = \"A         


        
8条回答
提交回复
热议问题