摘要: public function https_request($url,$data = null,$type=1){ $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, (string)$url); curl_setopt($curl, CURLO 阅读全文
posted @ 2025-11-07 11:50 cmooc 阅读(4) 评论(0) 推荐(0)