不用传统的获取值的方法:
var ckeditor = document.getElementById("ckeditor").value;
换成:
var ckeditor = CKEDITOR.instances.content.getData();