我曾经是个备胎,说起备胎,这个词就是每个男人心中的痛,没人想当备胎,也没有人想被当备胎,但是现实却不一样,有些男生辛苦付出,但仍被当成备胎,更惨的是,有时候男生被当成备胎都不知道。 爱情使人盲目,在感情中的男生往往会因为女生好的一面,而忽略掉感情中的一些细节,又或者他们感觉到了不对,但内心里有个声音让他不要多想,这是自我安慰的表现,但是依
2021-11-28 628
显示验证码
没有账号?注册  忘记密码?
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; } ?>