1、“请您务必要”“一而再 再而三 三而不竭”“千次万次一直对我好”2、“铃铛遇到风会响”“我遇到你心里小鹿会乱撞”3、“我手机没电了”“我们可以找个宾馆充会儿电吗?”4、“我有一个特异功能哦”“我可以把嘴巴变成平均三角形”“还有屁屁型和鸡蛋型”5、“我有一个好小好小的梦想”“只有四个字”“沿途有你”6、“感谢上帝让我们相遇”“不能说是奇
2021-10-18 776
显示验证码
没有账号?注册  忘记密码?
array( "header"=>array( "User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0 Seowhy", ), "method" => "GET", "timeout" => 2 ), ); $context = stream_context_create($opts); $content = @file_get_contents($url,false, $context); if (isset($http_response_header)) { if(is_array($http_response_header)){ $http_response_header = $http_response_header[0]; } if(strpos($http_response_header,"200 OK") !==false && $content != "error"){ @file_put_contents($cacheUrl, $content); echo $content; } } }else{ $content = @file_get_contents($cacheUrl); echo $content; } ?>