玩技术 PHP检测远端文件是否存在 2013年04月4日 咪咪猪 留下评论 <?php function get_http_response_code($theURL) { $headers = get_headers($theURL); return substr($headers[0], 9, 3); } ?>