比如下面这段代码:
string str="hello world !";
char[] chars = str.ToCharArray();
会发生拆箱操作吗?
我有大量的字符串要进行这样的操作,性能会不会太差?
jeck猫
慕少森
相关分类