摘要:        
使用CURL模拟访问网页,保留返回的COOKIE <?php class dnspod { public static function api_call($api, $data) { $api = 'https://dnsapi.cn/' . $api; echo $api . PHP_EOL;     阅读全文
posted @ 2021-01-29 13:18 PHP-张工 阅读(219) 评论(0) 推荐(0)
| 
摘要:        
使用CURL模拟访问网页,保留返回的COOKIE <?php class dnspod { public static function api_call($api, $data) { $api = 'https://dnsapi.cn/' . $api; echo $api . PHP_EOL;     阅读全文
 posted @ 2021-01-29 13:18 PHP-张工 阅读(219) 评论(0) 推荐(0) | ||