摘要: namespace ConsoleApplication1{ class Program { static void Main(string[] args) { string a = "*"; for (int i = 0; i < 3; i++)//(有多少行) { for (int j = ... 阅读全文
posted @ 2014-09-17 09:31 大大大大大米饭 阅读(97) 评论(1) 推荐(0)