摘要: 已知Math.random -> 随机数字16位小数 已知number.toString(36) -> 0-9 a-Z的字符串 so, Math.random().toString(36).substr(0,2) -> 随机字符串 final,可封装成方法~ then random(x) -> 长度 阅读全文
posted @ 2017-05-22 11:58 自己的心灵猎手 阅读(7818) 评论(0) 推荐(0) 编辑