摘要:
private static int getRandom(int count) { return (int) Math.round(Math.random() * (count)); } private static String string = "abcd... 阅读全文
posted @ 2017-02-14 09:47
Philtell
阅读(1100)
评论(0)
推荐(0)
摘要:
private static int getRandom(int count) { return (int) Math.round(Math.random() * (count)); } privat... 阅读全文
posted @ 2017-02-14 09:47
Philtell
阅读(113)
评论(0)
推荐(0)