一个叫 “kindeditor”的编辑器下 <script type="text/javascript" charset="utf-8" src="kindeditor/kindeditor.js"></script>
  <script type="text/javascript">
KE.show({
        id : 'content_1',//textarea的id
        cssPath : 'kindeditor/index.css',//引用样式
        imageUploadJson : '../../jsp/upload_json.jsp',
        fileManagerJson : '../../jsp/file_manager_json.jsp',
        allowFileManager : true,
        urlType : 'absolute' 
后面4句什么意思