编辑下面的代码,然后点击查看运行效果按钮,右侧显示代码修改后的运行结果
With a HEAD request, a server will return the headers of a resource (not the resource itself). This means you can find out the Content-Type or Last-Modified of a document, without downloading it itself.
运行结果:上一个示例:通过 XML HTTP 进行一次报头(HEAD)请求 (JavaScript) 下一个示例:通过 XML HTTP 把 XML 文件显示为 HTML 表格