View Source
Go Back to /jang/books/webprog/06asp/example/response/expires.asp
Go Back to WWW sandbox
<%@language=JScript%>
<%Response.Expires=100000;%>
<%title="Response.Expires 的範例"%>
<!--#include file="../head.inc"-->
<hr>
請同學幫忙:如何驗證 Response.Expires 的功能?
<hr>
<!--#include file="../foot.inc"-->