<?php


$files = array();
foreach (glob("/www/wwwroot/5.com/*.jpg") as $file) {
$files[] = $file;
}


$ss =str_replace('/www/wwwroot/5.com/','5.com.com/',$files);


print_r($ss);

 

相关文章:

  • 2022-01-03
  • 2021-06-27
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-27
  • 2021-09-01
  • 2021-05-22
  • 2021-09-27
  • 2021-05-13
  • 2021-11-07
相关资源
相似解决方案