C# 一次生成多个相同的字符

方法1:new string('A', 10) ;

方法2:string.Empty.PadRight(10, 'A');

posted @ 2012-03-09 22:42  therockthe  阅读(1001)  评论(0)    收藏  举报