$str = fopen('http://admin.e-yaodian.cn//attachment/images/global/card/6.png', 'r');
$LIST = stream_get_contents($str, -1, -1);
file_put_contents('a.png', $LIST);die;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2021-12-13
  • 2021-11-10
  • 2021-12-17
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案