摘要:
自己的第一个小程序 ps:书是在集合里面后面文件处理的有一点小问题,希望有人会给点意见 //客户类 import java.io.Serializable; public class Customer implements Serializable{ //客户的属性 private String n
阅读全文
posted @ 2016-08-21 21:02
nini1
阅读(2301)
推荐(1)
摘要:
public class StringUse { public static void main(String[] args) { int count = 0; String s=new String("hello!"); String b="hello"; String c="abcde"; St
阅读全文
posted @ 2016-08-21 20:49
nini1
阅读(139)
推荐(0)