电话
13363039260
下面以简介字段Introduction为例,提取前120个字符
if(_ueditor_Content.queryCommandState('source')!=0) {_ueditor_Content.execCommand('source'); } var $introduction=$("#Introduction"); var content=_ueditor_Content.getContentTxt(); $introduction.val(content.Left(120));
把这段代码粘贴到字段管理的提交前运行框架中即可,如下图: