摘要: int radomInt = new Random().nextInt(999999) @org.junit.Test public void testName() throws Exception { Random random = new Random(); float radomInt = random.nextInt(999);... 阅读全文
posted @ 2017-03-01 13:30 Angel挤一挤 阅读(9393) 评论(9) 推荐(0)