JavaScript 生成 UUID

Date.now() + '' + Math.floor(Math.random() * 1e7)
原文地址:https://www.cnblogs.com/xiaoyucoding/p/15696401.html