是否可以使用CSS媒体查询来隐藏输入框但在打印时显示它们的值?
是否可以使用CSS媒体查询来隐藏输入框但在打印时显示它们的值?
<input type="text" value="Print this value but not the input box."/>
Is it possible to use CSS media queries for hiding input boxes but showing their values when printing?
<input type="text" value="Print this value but not the input box."/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试为输入框提供透明背景和边框:
Try giving the input boxes transparent backgrounds and borders: