JSP Response. Adddateheader() method: add the date header information of the corresponding name
•
Java
addDateHeader(String name,long date)
Example
<% long date = System.currentTimeMillis(); response.addDateHeader("Expires",date); %>
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
二维码