08 2021 档案

摘要:uuid() { let s = []; let hexDigits = "0123456789abcdef"; for (let i = 0; i < 36; i++) { s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1); 阅读全文
posted @ 2021-08-09 14:04 闰土的土 阅读(164) 评论(0) 推荐(0)