2021年1月19日
摘要: function checkCode($url) { $ch = curl_init(); $timeout = 1; curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl 阅读全文
posted @ 2021-01-19 15:08 黑熊一只 阅读(107) 评论(0) 推荐(0)