分享你我的心得.
共乘一片美好网络.

小程序中生成随机字符串/时间戳

console.log(Math.random().toString(36).substr(2, 15));
console.log(parseInt(new Date().getTime() / 1000));
赞(3)
未经允许不得转载:小叶白龙博客 » 小程序中生成随机字符串/时间戳
分享到: 更多 (0)

评论 抢沙发

评论前必须登录!