function randomColor() {
return '#'+('00000'+(Math.random()*0x1000000<<0).toString(16)).slice(-6);
}
下载:http://files.cnblogs.com/zjfree/jsRandomColor.rar
原文地址:http://www.cnblogs.com/zjfree/archive/2012/02/22/2362952.html
function randomColor() {
return '#'+('00000'+(Math.random()*0x1000000<<0).toString(16)).slice(-6);
}
下载:http://files.cnblogs.com/zjfree/jsRandomColor.rar
原文地址:http://www.cnblogs.com/zjfree/archive/2012/02/22/2362952.html