- var txt=UE.getEditor('Content').getContentTxt();
- txt=txt.replace(/(^\s+)|(\s+$)/g, "");
- txt=txt.replace(/\s/g,"");
- txt=txt.left(180)+"...";
- if($("#Introduction").val()==""){
- $("#Introduction").val(txt)
- }
- return true;
复制代码老版本试试这个,如果有错误通过浏览器开发工具找错误原因自己修复一下。