摘要:
php 通过 curl 模拟发送 get 请求 $ch=curl_init('http://www.scutephp.com/'); curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); curl_setopt($ch,CURLOPT_BINARYTRANSFE 阅读全文
摘要:
$url="http://localhost/header_server.php"; $body = array("mobile"=>"13899999999", "username"=>"Nick"); $header = array("Content-Type:multipart/x-www-f 阅读全文