纸张宽度怎么设置方法

设置纸张宽度用CSS:
css body { width: 210mm; / 根据需要设置宽度 / }
或者用HTML的style属性:

相关推荐