<script>
 KindEditor.ready(function(K) {
                window.editor = K.create('#body');
        });
 function aa()
 {
 var temp="__URL__/rebody?id="+$("#er").val();
 $("#body").load(temp);
 }
</script><select name="id" onchange="aa()" id="er">
<option>asdf</option>
<option>sdddd</opton>
</select>
<textarea id="body" name="body"></textarea>
编辑器是可以正常加载出来的,而且那个ajax的url也是对的,但是就是没有返回值,我是搞不明白。
返回 object object
求解释
HTMLAjax