使用函数:  file_get_contents($url);

传入接口url及其参数:如

$url="http://192.168.1.1/test.jsp?id=1&type=2";

$ret=file_get_contents($url);

相关文章:

  • 2021-12-26
  • 2021-12-01
  • 2021-11-30
  • 2021-11-30
  • 2022-01-26
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
相关资源
相似解决方案