摘要: public String getString() { String pkValue; String str = new SimpleDateFormat("yyyyMMddHHmmssSSS").format(new Date()); int rannum = (int) (new Random().nextDouble() * (999 - 100 + 1)) + 100;// 获取3位随机数 阅读全文
posted @ 2019-08-26 09:58 CJ.Lee 阅读(1154) 评论(0) 推荐(0) 编辑