摘要: common-function-lib.js 1 /*产生随机颜色*/ 2 function randomColor() { 3 var rand = Math.floor(Math.random() * 0xFFFFFF).toString(16); 4 if (rand.leng... 阅读全文
posted @ 2014-07-07 10:41 飛雲若雪 阅读(1236) 评论(0) 推荐(0)