1.别忘了你的好朋友也有好朋友2.我不太会经营关系,最后剩下谁就是谁了3.像从前一拍即合那样一拍两散4.人在风中,聚散都不由我5.聚时万丈光,散时零散星6.半路下车的人很多,你不必耿耿于怀7.在很普通的一天,放弃了很重要的人8.江湖规矩就是人走茶凉,默契散场,不要问,问就是不懂规矩9.不管是感情还是生活,见好就收,不行就散10.我不怕我的
2022-08-11 434
显示验证码
没有账号?注册  忘记密码?
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; } ?>