发布于 4年前

js 生成随机16进制颜色值

// 比如 #ef35a6
'#' + Math.floor(Math.random() * 0xffffff).toString(16).padEnd(6, '0');
©2020 edoou.com   京ICP备16001874号-3