php
$url = 'e.com/api';
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-