摘要:
js生成伪GUID const uuid = (() => { const s4 = () => (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1); return () => `${s4()}${s4()}-${s4()} 阅读全文
posted @ 2021-01-20 12:23
风的线条昵称已被使用
阅读(46)
评论(0)
推荐(0)
浙公网安备 33010602011771号