获取32位随机码(uuid)的方法

public static String uuid(){
String getid=UUID.randomUUID().toString().replace("-", "");
return getid;
}

posted on 2016-05-30 20:06  看你妹儿  阅读(10133)  评论(0编辑  收藏  举报

导航