欢迎使用 WordPress。这是系统自动生成的演示文章。编辑或者删除它,然后开始您的博客!
$.ajax({ url: document_url, dataType : 'json', processData: false, type: 'POST', contentType: content_type, data: the_command, context: response_element, beforeSend: function (xhr, settings) { }, success: function (response, text_status, xhr) { }, error: function (xhr, text_status, error_thrown) { }, complete: function (xhr, text_status) { } });
<head> <title>文章编辑 - </title> <link rel="stylesheet" href="http://icon.lixiaocheng.com/blog/css/postEdit.css" /> KindEditor.ready(function(K) { var editor = K.create('textarea.postCons', { allowFileManager : true, }); }); </script> </head>