php经过curl请求api

//post请求 function postXMLCurl($url, $xml) { $ch = curl_init(); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true)
相关文章
相关标签/搜索