strokeText (text, x, y [, maxWidth]); ... const strokeText = 'Stroke Text' context.font = '50px sans-serif'; context. ... strokeText(strokeText, 100, 200);
確定! 回上一頁