$('目标元素').html(插入的内容)  //设置tinymce编辑器的内容
tinymce.get('目标元素').getContent() //获取tinymce编辑器的内容
05-18 07:45