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