fillText(text, x, y, [maxWidth]) strokeText(text, x, y, [maxWidth]). 表示在(x,y)的位置,绘制text的内容。可选参数maxWidth为文本的最大宽度,单位为像素。
確定! 回上一頁