1. 首页
  2. 课程学习
  3. PHP
  4. 如何在php中使用UEditor富文本编辑器

如何在php中使用UEditor富文本编辑器

上传者: 2023-05-05 10:49:40上传 PHP文件 1.79KB 热度 12次

以下是部分代码示例,能够帮助您在php中使用UEditor富文本编辑器:/ 获取文件完整路径 @return string */ private function getFilePath() { $fullname = $this->fullName; $rootPath = $_SERVER['DOCUMENT_ROOT'].'/FRONT_SITE/web'; // $rootPath = $_SERVER['DOCUMENT_ROOT']; if (substr($fullname, 0, 1) != '/') { $fullname = '/' . $fullname; } return $rootPath . $fullname; }

用户评论