摘要:
1 static void Main(string[] args) 2 { 3 Ce c = new Ce(); 4 c.luoyang(); 5 } 6 public class Ce 7 { 8 private string name; 9 private int number;10 private int count;11 12 public void luoyang()13 {14 Conso... 阅读全文
posted @ 2012-03-26 22:59
学之乐
阅读(219)
评论(0)
推荐(1)