使用 Reg Ex 从所有锚标记中删除 href attr
我正在尝试使用 Reg Ex 从打印页面的所有锚标记中删除 href attr。 虽然我需要锚点中的文本值。
i am trying to remove href attr from all the anchor tags using Reg Ex,for print page.
Although i need the text value in anchors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不能只使用 CSS 来设置链接样式吗?您可以创建两种单独的样式:一种用于“正常”Web 访问,另一种用于打印。在打印样式中,您不会在视觉上增强链接。
Couldn't you just style your links using CSS? You could create two separate styles: one for "normal" web visits, and one for print. In the print-style, you don't visually enhance the links.
切勿使用正则表达式解析标记。坏的!
http://htmlparsing.icenine.ca
Never parse markup with regular expressions. BAD!
http://htmlparsing.icenine.ca