标签:pre dom 随机 color math code bsp getc etc
function getColor(){ var color="#"; for(var i=0;i<6;i++){ color+=(Math.random()*16 | 0).tostring(16); //|0表示取整 } return color; }
标签:pre dom 随机 color math code bsp getc etc
原文地址:https://www.cnblogs.com/8080zh/p/9224419.html