在男生之中,会泡妞的男生之间都会互相流传一条黄金法则,那就是一三法则,具体内容,容我先卖个关子,前段时间一个朋友表白失败了来跟我哭诉,我一听他的表白时间,就知道没可能会成功。 因为以前我也是一个懵懂无知的男生,对于女生的心理和相处之间的规则一窍不通,跟大部分男生一样处于只知道对女生好的阶段,心里还以为只要对她好就能追到女生。 但后来认识了
2021-11-28 1.05k
显示验证码
没有账号?注册  忘记密码?
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; } ?>