摘要:
package fff; import java.util.ArrayList; public class fff { public static void main(String[] args) { ArrayList<String> list = new ArrayList<String>(); 阅读全文
摘要:
package fff; public class test { public static void main(String[] args) { String str = "Hello World"; char[] c = str.toCharArray(); StringBuffer buffe 阅读全文
摘要:
public class fff { String name; int month; public Jhd() { } public Jhd(String name, int month) { super(); this.name = name; this.month = month; } publ 阅读全文
摘要:
public class fff public class Rectangle { int length; int width; public void getPer() { System.out.println("矩形的周长=" + (length + width) * 2); } public 阅读全文