2019年4月8日

Java小代码

摘要: 1. public class test1 {public static void main(String[] args) { Person P = new Person("gdsgds"); System.out.println(P.name);//输出为null}}class Person{ S 阅读全文

posted @ 2019-04-08 21:16 Ouchzzzzz 阅读(147) 评论(0) 推荐(0)

导航