快来救命。
html 元素属性里面 加入contenteditable="true" 后
怎么控制 输入 www.baidu.com 这样的内容后
不让自动变成超链接!!!
contenteditable?网址
contenteditable
网址
超链接
------解决方案--------------------
没在ie下测试
window.onload=function(){
document.execCommand("AutoUrlDetect", false, false);
}
</script>