$(mapChart.find("path")).each(function(){ if($(this)[0].attributes.fill.value === 'rgb(255,0,0)'){ $(this)[0].attributes.fill.value = oldFill; } ...
確定! 回上一頁