$r[title] = esub($r[title],8,'...'); //截取前8个字符,多出部分用...代替

$r[title] = str_replace("lhj","",$r[title]);  //替换指定文本

$str='<li><div class="p"><span class="txt">'.$r[title].'</span></div></li>';









相关文章:

  • 2022-12-23
  • 2021-07-31
  • 2021-11-01
  • 2021-12-24
  • 2022-12-23
  • 2021-12-05
  • 2021-08-18
猜你喜欢
  • 2021-12-02
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案