java生成随机字符串
摘要:
private static int getRandom(int count) { return (int) Math.round(Math.random() * (count)); } private static String string = "abcde... 阅读全文
posted @ 2015-01-21 17:56 张飞_ 阅读(22966) 评论(2) 推荐(0) 编辑
posted @ 2015-01-21 17:56 张飞_ 阅读(22966) 评论(2) 推荐(0) 编辑