使用String类,您可以:
string text = new string('x', 5); //text is "xxxxx"
创建List <T>的最短方法是什么,该List <T> n包含所有相同引用的元素?
n
.net c# list .net-3.5
.net ×1
.net-3.5 ×1
c# ×1
list ×1