ctx.textAlign = 'start' 有什么区别和 ctx.textAlign = 'left' 当 ctx 是Canvas 的2d 上下文吗? 最佳答案. start 当您使用LTR(从左到右)浏览器时,值确实向左对齐。
確定! 回上一頁