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,"");

浙公网安备 33010602011771号