php请求接口的方式 代龙涛 2026-04-25 0 阅读1分钟 file_get_contents函数 $res = file_get_contents('https://www.rbzzz.com'); var_dump($res);exit; curl请求