Copy var cvs = document.querySelector("canvas"); cvs.width = 800; cvs.height = 400; var ctx = cvs.getContext("2d"); ctx.fillStyle = "green"; ctx.
確定! 回上一頁