摘要: 1 class TestA 2 { 3 private int? app;//这是字段 4 public int APP//这是属性 5 { 6 get//get和set类似于一种函数,原本是为访问一个类的私有成语服务的 7 { 8 int tempApp = app * 10 ?? 1; 9 re 阅读全文
posted @ 2017-07-27 00:27 辣条小布丁 阅读(458) 评论(0) 推荐(0) 编辑