$CourseList[0]['about'] = strip_tags($CourseList[0]['about']);
$CourseList[0]['about'] = preg_replace ('/\n/is', '', $CourseList[0]['about']);
$CourseList[0]['about'] = preg_replace ('/ | /is', '',$CourseList[0]['about']);
$CourseList[0]['about'] = preg_replace ('/ /is', '', $CourseList[0]['about']);
$title = mb_substr($CourseList[0]['about'],0,6,"UTF8");
$content = mb_substr($CourseList[0]['about'],6,113,"UTF8");

相关文章:

  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-21
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案