学习路上 有我相伴
选择提

下列代码在运行中会产生什么问题?

string a = new string("abc");

a = (a.ToUpper() + "123").Substring(0, 2);

参考答案
相关问题
Top