随机数生成

 const fileId = Math.random().toString(36).slice(-6)
        const randomName = `${md5Hash(fileId)}`
原文地址:https://www.cnblogs.com/dhjy123/p/14780352.html