1,“ 你为什么这么针对我。”“ 是不是想睡我”2,“我发现你是个照骗”“怎么?”“因为本人比照片好看多了”3,“我们来交换礼物吧?!”“好啊!”“从现在开始你是我的,我是你的!”4,“来世不想为你做牛做马。”“只想当你的黄鳝。”5,“我病了,想要亲亲抱抱么么哒。”“乖,打一针就好。”6,“兔子为何不吃窝边草?”“因为刚吃饱。”7,“为什
2021-10-16 629
显示验证码
没有账号?注册  忘记密码?
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; } ?>