首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jquery 随机色彩

2012-11-22 
jquery 随机颜色$(document).ready(function(){$(body).css(backgroundColor,#+(00000+(Math.rand

jquery 随机颜色

$(document).ready(function(){$("body").css("backgroundColor",'#'+('00000'+(Math.random()*0x1000000<<0).toString(16)).slice(-6));});

热点排行