物管理前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
274 B

function i(n=8){return Math.random().toString(16).slice(2,2+n)}function o(n,e){const t=[];for(let r=0;r<n;++r)t.push(e);return t}function s(n,e){const t=[];if(!e){for(let r=0;r<n;++r)t.push(r);return t}for(let r=0;r<n;++r)t.push(e(r));return t}export{i as c,s as i,o as r};