ueditor编辑复制时自动添加了样式
<span style="white-space: nowrap;"></span>
解决问题:
ueditor.all.js中删除 white-space即可
pastebin.style.cssText = "position:absolute;width:1px;height:1px;overflow:hidden;left:-1000px;top:" + //pastebin.style.cssText = "position:absolute;width:1px;height:1px;overflow:hidden;left:-1000px;white-space:nowrap;top:" +