摘要: class Student{ static{ System.out.println("我是静态代码块"); } { System.out.println("我是构造代码块"); } void print(){ System.out.println("我是普通方法"); } private Strin 阅读全文
posted @ 2017-10-16 14:50 罗千乘 阅读(232) 评论(0) 推荐(0)