摘要: 取随机颜色 function bg1(){ return '#'+Math.floor(Math.random()*256).toString(10); } function bg2(){ return '#'+Math.floor(Math.random()*0xffffff).toString( 阅读全文
posted @ 2017-03-19 19:12 代码收集-ASP。JS代码 阅读(185) 评论(0) 推荐(0)