编辑下面的代码,然后点击查看运行效果按钮,右侧显示代码修改后的运行结果
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 向一个 div 元素加载文本文件 (JavaScript) 下一个示例:通过 XML HTTP 进行一次指定的报头(HEAD)请求 (JavaScript)