摘要: 核对订单信息 ... 阅读全文
posted @ 2014-08-03 23:41 wolf child 阅读(557) 评论(0) 推荐(0) 编辑
摘要: function createXmlHttp() { if (typeof XMLHttpRequest != "undefined") { return new XMLHttpRequest(); } else if (window.ActiveXOb... 阅读全文
posted @ 2014-08-03 23:40 wolf child 阅读(205) 评论(0) 推荐(0) 编辑
摘要: //代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Newtons... 阅读全文
posted @ 2014-08-03 23:34 wolf child 阅读(301) 评论(0) 推荐(0) 编辑
摘要: #region 添加购物车 public void GetShoppingCart(int skuId, int quanlity) { HttpCookie cookie = HttpContext.Current.Request.Cookies["myCart"];//获取coo... 阅读全文
posted @ 2014-08-03 17:18 wolf child 阅读(764) 评论(1) 推荐(1) 编辑