摘要: String[] str = new String[]{}; for(var i=0;i<10;i++){ str[i] = new String("a"); } 阅读全文
posted @ 2017-04-25 18:51 CodeProducter 阅读(2631) 评论(0) 推荐(0)