Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试打印联系表格作为手册的参考资料。有没有办法通过按下打印按钮来拍摄网页的快照。
如果一切都失败了,我可以使用打印屏幕,但它并不理想。
我努力了:
@media print { input[type="text"] { display:block; } }
有什么干净的方法吗?