for ( instance in CKEDITOR.instances ){
CKEDITOR.instances[instance].updateElement();
}
放在"var param=$("#form1").serialize();" 它之前
for ( instance in CKEDITOR.instances ){
CKEDITOR.instances[instance].updateElement();
}
放在"var param=$("#form1").serialize();" 它之前