1.下载地址:https://ueditor.baidu.com/website/download.html
2.解压到include里更换名字ueditor
找到inc里的inc_func_funcAdmin.php找到184行,贴入以下代码:
else if($GLOBALS['cfg_html_editor']=='ueditor')
{
$fvalue = $fvalue=='' ? '<p></p>' : $fvalue;
$code = '<script type="text/javascript" charset="utf-8"
src="/include/ueditor/ueditor.config.js"></script>
<script type="text/java