发布于 5年前 js 生成随机16进制颜色值 // 比如 #ef35a6 '#' + Math.floor(Math.random() * 0xffffff).toString(16).padEnd(6, '0');