|
|
asp中的cookie |
|
|
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站 |
请教cookie的 使用方法!
多谢!
例子用于接收cookies.
Cookie Name |
Cookie Value |
Delete Cookie |
<%
Dim Item
' Loop through the cookie collection displaying each cookie we find
For Each Item in Request.Cookies
%>
<% = Item %> |
<% = Request.Cookies(Item) %> |
Delete this cookie! |
<%
Next
%>

|
|
相关文章:相关软件: |
|