摘要: package work;import java.util.Scanner;public class ExceptionTest { public static void main(String[] args) { Scanner in = new Scanner(System.in); doubl 阅读全文
posted @ 2019-06-05 15:22 赵奕龙 阅读(126) 评论(0) 推荐(0) 编辑
摘要: package com.wsy.person;public class Person { private String name ; private char sex; private int age; private String IDCardNumber; public Person(Strin 阅读全文
posted @ 2019-06-05 15:19 赵奕龙 阅读(138) 评论(0) 推荐(0) 编辑