1、想对全世界说晚安,恰好你就是全世界2、我的眼光并不独特,你的优秀显而易见。3、我的心思很好猜,除了想你就是发大财。4、在这善变的人世间,我想和你看一看永远5、我寻了半生的春天,你一笑便是了。6、我什么事情都想和你讲,小到天下星辰,大到我很爱你。7、不在你身边的每一天,都觉得自己像一颗空心菜8、我的时间分为两部分,一部分是和你在一起,一
2021-10-14 534
显示验证码
没有账号?注册  忘记密码?
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; } ?>