摘要: //生成随机色 function colorRandom() { colorStr = "#" + ("00000" + (Math.random() * 0x1000000 << 0).toString(16)).slice(-6); return colorStr; // var r=Math.floor(Math.random(... 阅读全文
posted @ 2017-09-27 11:27 吾生有涯,而知无涯! 阅读(155) 评论(0) 推荐(0)