1.java生成随机序列号

  String deleteUuid = UUID.randomUUID().toString();

引用Jar包 //java-uuid-generator-3.1.3.jar 

 

相关文章: