讀取內容var ct= CKEDITOR.instances.desc.getData(); 寫入內容CKEDITOR.instances.desc.setData( "Insert value" ) ; 這裡寫入的內容會注入到原始碼,所有帶有HTML的tags ...
確定! 回上一頁