如何自动缩放HTML5 <canvas>元素以适合页面?
<canvas>
例如,我可以<div>通过将height和width属性设置为100%来进行缩放,但是<canvas>不会缩放,是吗?
<div>
height
width
html javascript html5-canvas
html ×1
html5-canvas ×1
javascript ×1