fillText() to draw the text on the canvas: const text = 'Hello, World!' context.font = 'bold 70pt Menlo' context.textAlign = 'center' context.fillStyle ...
確定! 回上一頁