PHP通用请求函数sendCurl
摘要:
```php function sendCurl($url, $data = null, $method = 'POST') { $method = strtoupper($method); $start_wdmcurl_time = microtime(true); $header = array 阅读全文
posted @ 2023-08-19 11:29 小馬過河﹎ 阅读(39) 评论(0) 推荐(0)