把UUID 转为22位长字符串. */. public String shorter(String s) {. char[] res = Base64.encode(asBytes(s));. return new String(res,0,res.length-2);. }.
確定! 回上一頁