sina 编辑器上传图片绝对路径修改

editor.js文件中,查找全部: 682行 ,882行,1120行,1123行.共四个

$("editor_body_textarea").value = _this.iframe.contentWindow.document.body.innerHTML;

替换为:

$("editor_body_textarea").value = _this.iframe.contentWindow.document.body.innerHTML.replace("http://"+location.hostname,"");

posted @ 2010-08-02 23:38  网络剑客  阅读(131)  评论(0)    收藏  举报