随机颜色

function randomColor(){

        return '#' + parseInt(Math.random()*255*255*255).toString(16);

    }

评论
热度 ( 1 )

© 锋镝 | Powered by LOFTER