提交 9e0bf1c5 编写于 作者: C campaign

by zhanyi

上级 4da22ec5
......@@ -89,7 +89,7 @@
href = a.getAttribute("href").replace(new RegExp(domUtils.fillChar,'g'),'');
href = /^(?:https?:\/\/)/ig.test(href) ? href : "http://"+ href;
a.setAttribute('data_ue_src',href);
a.href = href;
a.href = utils.html(href);
range.insertNode(a);
a.parentNode.insertBefore(text, a.nextSibling);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册