1.“你知道你现在像什么吗?”“像什么?”“像地球”“为什么?”“因为你对我有吸引力”2.“我呀,既做不了好人也做不了坏人”“所以呢”“只想做你的心上人”3.“呼~呼~你知道我在做什么吗?”“吹气?”“不,我在乎你”4.“你会弹琴吗?”“不会”“那你是怎么拨动我的心弦的?”5.“我最近一直在找一家店”“什么店?”“你的来电”6“你知道我喜
2021-10-06 750

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