摘要: public class createUUID { public static void main(String[] args) { String uuid = UUID.randomUUID().toString(); //转化为String对象 System.out.println(uuid); 阅读全文
posted @ 2017-12-27 12:46 achnly 阅读(73189) 评论(1) 推荐(0) 编辑