摘要: class Model { public static int a = 1; public int b; public Model(int b) { this.b = b; } } public static void main(String[] args) { int c = 10; Model 阅读全文
posted @ 2020-12-10 19:25 张艳涛&java 阅读(158) 评论(0) 推荐(0) 编辑