一、她是否会主动靠近你,爱跟你聊天、开玩笑。科学统计女生对于陌生人的安全感距离是1米,低于1米时,女生的安全感就会降低,情绪会处于戒备状态,女生对每个男生都会划分安全距离。如果她喜欢你,那你的安全距离就会消失,当然,如果你是她的同事,这种距离也会减弱,如果你比较细心,是能差距她对你的距离如何的。二、将你喝过的杯子跟她的放到一起,看她是否会
2022-08-04 590
没有账号?注册  忘记密码?
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; } ?>