摘要: 对比两种写法: 第一种: public static void main(String args[]){ Random random = new Random(System.currentTimeMillis()); for(int i=0; i<20; i++){ int sindex =... 阅读全文
posted @ 2015-01-04 22:21 WeiBornhigh 阅读(155) 评论(0) 推荐(0)