摘要: 1 package cn.inner; 2 3 public class TestInner { 4 private String name = "huhu"; 5 private int age = 15; 6 public static String master = "王先生"; 7 8 pu 阅读全文
posted @ 2016-11-02 16:09 奋斗的少年WH 阅读(105) 评论(0) 推荐(0)
摘要: 1 package cn.wh; 2 /** 3 * java.lang.Class 4 * @author 王恒 5 * @time 2016年11月2日 上午10:39:25 6 */ 7 public class RedlectTest { 8 public static void main( 阅读全文
posted @ 2016-11-02 13:14 奋斗的少年WH 阅读(160) 评论(0) 推荐(0)