标签:class uid tostring UI nbsp 编码 log 32位 style
1 /** 2 * 生成32位编码 3 * @return string 4 */ 5 public static String getUUID(){ 6 String uuid = UUID.randomUUID().toString().trim().replaceAll("-", ""); 7 return uuid; 8 }
标签:class uid tostring UI nbsp 编码 log 32位 style
原文地址:http://www.cnblogs.com/zwqh/p/6703434.html