再把其它的操作,比如Cookie,Session,Application封装 CookieState类: <% Class CookieState Private CurrentKey Public Default Property Get Contents(ByVal Value) Contents = Values(Value) End Property Public Property Let Expires(ByVal Value) Response.Cookies(CurrentKey)