作者:LAMP小白 点击:6365 发布日期:2013-06-06 11:46:00 返回列表
给编辑器加上监听
ue.addListener("beforegetcontent",function(){ for(var i= 0,ci,lis = this.document.getElementsByTagName("li");ci=lis[i++];){ var first = ci.firstChild,tmp; while(first && first.nodeType == 1 && first.tagName == "P"){ while(first.firstChild){ ci.insertBefore(first.firstChild,first) } tmp = first.nextSibling; ci.removeChild(first); first = tmp; } } })
上一篇:将百度编辑器上传融入到PHPCMS 下一篇:快递查询API