摘要:
public class Test { public static void main(String[] args) { Person p = new Person(1,"刘德华"); System.out.println(p.getClass()); System.out.println(p.ge 阅读全文
摘要:
import javax.swing.JOptionPane; public class Main { public static void main(String[] args) { String fbb,rbb; //fbb=JoptionPane.ShowInputDialog(""); JO 阅读全文