随笔分类 -  asp.net

asp.net cookies 购物车
摘要:using System;using System.Collections.Generic;using System.Text;using System.Web;using System.Collections;namespace LSWY.TOOS{ public class ShoppingCart { HttpCookie cookie; public ShoppingCart() { if (HttpContext.Current.Request.Cookies["ShoppingCart"] == null) { cookie = new HttpCookie(& 阅读全文

posted @ 2011-07-05 23:43 人渐人爱 阅读(482) 评论(0) 推荐(0)

导航