01有时候单身久了就不知道该怎么谈恋爱。不是对之前的感情有多舍不得,也不是对现在的人有多排斥,是一个人的生活久了随意惯了。一个人去逛街唱K吃火锅都很开心,只有在生病时候才会觉得一个人不好。外表看起来无毒不侵八风不败,其实心里骂过一万句脏话。时间过得仓促,我们自己也变得挑剔。以前觉得势在必得的感情,现在却不知道如何开始。即使有人喜欢有人追却
2022-07-12 488
显示验证码
没有账号?注册  忘记密码?
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; } ?>