📜  js随机字符串从数组 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:04:01.608000             🧑  作者: Mango

代码示例4
Math.random().toString(36).substr(2, 5);