摘要: 含羞默默一张一合效果---田首先展示“田”字效果实现思想主要分为几部分随机生成颜色值 var getRandomColor = function(){ return '#' + (function(color){ return (color += '0123456789abcdef'[Math.floor(Math.random()*16)]) && (color.length == 6) ? color : arg... 阅读全文
posted @ 2012-07-19 00:55 前端咖 阅读(2449) 评论(6) 推荐(4)