文件:/dede/inc/inc_archives_functions.php

代码:

preg_match_all("/(src)=[\"|'| ]{0,}([^>]*\.(gif|jpg|bmp|png))/isU",$body,$img_array);

改为

preg_match_all("/(src)=[\"|'| ]{0,}([^>]*\.(gif|jpg|bmp|png|jpeg))/isU",$body,$img_array);

相关文章:

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