JSP Request. Getintheader () method: get the corresponding header information in the client request

getIntHeader(String name)

Example

<%
  out.println(request.getIntHeader("Expires"));
%>
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>