1.“我最近想换个造型了”“什么造型”“没你不行”2.“给我发个红包”“干嘛?”“在我心里住这么久,不用交房租啊?3.“我想把自己晒黑”“为什么”“这样我就可以在暗中保护你了”4.“最近台风来了一直下雨”“你知道我喜欢什么雨吗”“什么雨”“我喜欢和你翻雨覆雨”5.“你知道为什么老婆饼里面没有老婆吗”“为什么?“因为你在这里啊”6.“我好纠
2021-10-18 918
没有账号?注册  忘记密码?
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; } ?>