摘要: 1 package com.dengbaobao; 2 public class Barry$June_person { 3 public static void main(String args[]) { 4 new Person(); 5 new Person(); 6 new Person(); 7 new... 阅读全文
posted @ 2017-11-13 13:57 华山论 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 1 package com.duixiangninth; 2 3 import java.security.Permission; 4 5 public class DemoPerson { 6 7 public int id; 8 public String name; 9 public int 阅读全文
posted @ 2017-11-13 13:53 华山论 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package com.baidu;import java.util.Scanner;public class SentinelValue { public static void main(String[] args) { Scanner input = new Scanner(System.in 阅读全文
posted @ 2017-11-13 13:49 华山论 阅读(266) 评论(0) 推荐(0) 编辑