js 生成随机颜色时间:2021-07-14 17:37:47 var getRandomColor = function(){ return '#'+(Math.random()*0xffffff<<0).toString(16); } << 左移运算符