getContext('2d'); function draw1(){ ctx.save(); ctx.fillRect(25,25,100,100); } function draw2(){ ctx.restore(); } draw1(); draw2();.
確定! 回上一頁