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
浙公网安备 33010602011771号