摘要:
function reverseColor(rgbColor) {//205,15,20 // console.log(rgbColor); rgbColor = rgbColor.replace(/\s/g, ""); var arrRGB = new Array(3); if (rgbColor.indexOf("rgb") > -1) { var... 阅读全文
posted @ 2010-03-16 17:52
looping
阅读(278)
评论(0)
推荐(0)

浙公网安备 33010602011771号