摘要: 写个小程序试下: public class Example { String str = new String("good"); char[] ch = { 'a', 'b', 'c' }; public static void main(String args[]) { Example ex = 阅读全文
posted @ 2016-04-24 16:22 trypretty 阅读(764) 评论(0) 推荐(0)