自勉! var canvas=document.getElementsByTagName('canvas')[0];. var cntx=canvas.getContext('2d');. cntx.fillRect(100,100,100,100); ...
確定! 回上一頁