getElementById('canvas'); var ctx = canvas.getContext('2d'); ctx.fillText("My text", 0, 0);. The three required arguments that are passed into fillText ...
確定! 回上一頁