避免将文本转换为链接即内容可编辑模式
在 contenteditable div 中,在 IE 文本中,如“http://blablabla”、“www.blablabla”、“bla@blabla”等on 自动转换为超链接 http://blablabla, www.blablabla,bla@blabla。 我怎样才能避免这种情况?
In contenteditable div, in IE text like "http://blablabla", "www.blablabla", "bla@blabla" and so on automatically transforms into hyperlinks http://blablabla, www.blablabla, bla@blabla.
How can I avoid this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有跨版本的解决方案。
在 IE9 中,有机会允许禁用自动超链接:
更多信息:http://msdn.microsoft.com,
http://bytes .com
Unfortunately, there is no cross-version solution.
In IE9 there is opportunity, allowing to disable automatic hyperlinking:
More information: http://msdn.microsoft.com,
http://bytes.com