打开文件 include/FCKeditor/fckeditor.js 找 this.EnableSafari = false ; // This is a temporary property, while Safari support is under development. this.EnableOpera = false ; // This is a temporary property, while Opera support is under development. 复制代码 将false修改为true,然后保存