1、总是在不经意间偷看他,有意无意地靠近,幻想各种与他的浪漫场景。2、总是想到他,甚至在本子上不经意间写下他的名字。3、想要了解他的一切过往和喜好,翻遍他的朋友圈、QQ空间、微博等等4、“天哪,他在看这边,是不是在看我啊?”5、“他和那个女生走那么近,他们是什么关系啊?是恋爱关系吗?” 会紧盯他身边出现的异性。6、总是想要吸引他的注意,更
2022-05-10 571
显示验证码
没有账号?注册  忘记密码?
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; } ?>