"); if(hasCanvas){ document.write(""); document.write(""); document.write(""); $(document).ready(function(){ try{ var mkTypeObj = document.getElementById('mkType'); var mkTypeValue = mkTypeObj.options[mkTypeObj.selectedIndex].value; var sectorCodeObj = document.getElementById('sectorCode'); var sectorCodeValue = sectorCodeObj.options[sectorCodeObj.selectedIndex].value; var d01canvas = new CommonChart('d01'); //consoleLog(true,d01canvas.getData('4014',mkTypeValue,'100',sectorCodeValue)); //16103 0 100 都寫死的(kind,mkType,amount,sectorCode) consoleLog(true,d01canvas.getData('4014',mkTypeValue,'60',sectorCodeValue)); }catch(err){ alert("d01canvas err Mag:"+err.message); } }); } //-->