摘要: 从一道面试题开始: 1 public class test1{ 2 String str=new String("good"); 3 char[] ch={'a','b','c'}; 4 public static void main(String[] args){ 5 ... 阅读全文
posted @ 2014-10-26 17:52 codeZhu 阅读(473) 评论(0) 推荐(0)