公告板
版本库
filestore
活动
搜索
登录
江涛
/
MES-PDA
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
3018 disabled也要显示具体控件
cuiqian2004
2024-09-12
c8eb1d74a09537143e697c849ca6e8986344212e
[~jt/MES-PDA.git]
/
node_modules
/
nanoid
/
nanoid.js
1
export let nanoid=(t=21)=>crypto.getRandomValues(new Uint8Array(t)).reduce(((t,e)=>t+=(e&=63)<36?e.toString(36):e<62?(e-26).toString(36).toUpperCase():e<63?"_":"-"),"");