let a = Math.random().toString(16).substring(2); // 13位 let b = Math.random().toString(32).substring(2); // 11位 let c = Math.random().toString().substring(2); // 随机数 $('.a').text(a); $('.b').text(b); $('.c').text(c);
f2e8f3319ae19
rmnup5c68d
3356767271941461
发表评论