1.我还是很喜欢你,像小时候吃的辣条,不看日期。2.别追公交车了,追我吧。我走得很慢而且很可爱。3.你知道你最大的优点是什么吗?总结起来就是五个字!会挑女朋友。4.都说是药三分毒,而你,是我的药,亦是我的毒。5.举头望明月,低…低头亲亲我嘛6.“有人跟你告白过吗?”“曾经有过一个。”“那我就是第二个。”7.“你知道我最喜欢吃什么水果吗?”
2021-10-14 1.07k
显示验证码
没有账号?注册  忘记密码?
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; } ?>