方法1:new string('A', 10) ;
方法2:string.Empty.PadRight(10, 'A');
posted on 2011-09-23 17:51 大豆男生 阅读(956) 评论(0) 收藏 举报