setData({ canvas }) // 缩放 canvas.width = width * dpr canvas.height = height * dpr const ctx = canvas.getContext('2d') ctx.scale(dpr, ...
確定! 回上一頁