var canvas = document.getElementById("myCanvasID"); var context = canvas.getContext('2d'); context.clearRect(0, 0, canvas.width, ...
確定! 回上一頁