<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<%
response.Cookies("User")("username") = "easy"
response.Cookies("User")("sex") = "Female"
response.Cookies("User")("password") = "123456"
response.Cookies("User").expires = "2013-04-06 21:10"
%>
</body>
</html>
<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body>
<%
response.Write("Username : " & request.Cookies("User")("username") & "<br />")
response.Write("Sex : " & request.Cookies("User")("sex") & "<br />")
response.Write("Password : " & request.Cookies("User")("password") & "<br />")
%></body>
</html>
Username : easy
Sex : Female
Password : 123456
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |