ctx.fillRect(0,0,400,100); ctx.fillStyle = "white"; ctx.textAlign = "center"; ctx.fillText("Hello ARIA World", canvas.width/2, canvas.height/2); </script> ...
確定! 回上一頁