shenmu

<?php

$fp = fopen("http://test.cn/cc.pdf", "r");
header("Content-type: application/pdf");
fpassthru($fp);
fclose($fp);

亲测有效,代码直接粘来用就行了

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-08-29
  • 2021-12-06
  • 2021-05-16
  • 2021-04-14
  • 2021-12-06
猜你喜欢
  • 2021-04-08
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案