摘要: namespace 计算器{ class student //这是类 { public int age = 18; //18为字段 public int xuehao = 20118; int add(int a, int y)//这是个方法... 阅读全文
posted @ 2015-09-22 00:29 人走茶亦凉 阅读(108) 评论(0) 推荐(0)