今天在修改v5后台的比赛系统时,发现文本框需要限制输入字数.我们这个系统用的是3.6.3版本的,前台代码是这样的 <script> //编辑器 CKEDITOR.replace('matchContent',{ resize_enabled : false, //是否窗口可以扩展 sharedSpaces : { top : 'topSpace', bottom : 'bottomSpace' }, toolbar :[ ['Cut','Copy','Paste','PasteText','-…