• 大小: 0.80M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 购物车  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Collections;
public partial class index : System.Web.UI.Page
{
    Dictionary myDictionary = new Dictionary();
    int i = 0;
    protected void Page_Load(object sender EventArgs e)
    {
        i=i+6;
        if (Session.IsNewSession)
        {
            string name = (String)Session[“username“];
          Response.Redirect(“login.aspx“);
        }  
    } 
    protected void TextBox1_TextChanged(object sender EventArgs e)
    {
        int num = Convert.ToInt16(TextBox1.Text.Trim());
        if (num != 0 )
        {
            
            myDictionary.Add(1+inum);
        }
    }
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-04-20 21:26  image\
     文件       47291  2016-12-13 15:51  image\hufu1.png
     文件       56813  2016-12-13 15:52  image\hufu2.png
     文件       53770  2016-12-13 15:53  image\hufu3.png
     文件       56607  2016-12-13 15:54  image\hufu4.png
     文件       57999  2016-12-13 15:54  image\hufu5.png
     文件       64621  2016-12-13 15:55  image\hufu6.png
     文件       57494  2016-12-13 17:09  image\hufu7.png
     文件       73544  2016-12-13 17:09  image\hufu8.png
     文件       46787  2016-12-13 17:09  image\hufu9.png
     文件        9932  2016-12-13 15:34  image\index.png
     文件      313856  2017-05-04 22:31  image\Thumbs.db
     文件       46016  2016-12-13 15:59  image\title.png
     文件        6957  2016-12-13 17:52  index.aspx
     文件        2794  2016-12-13 18:02  index.aspx.cs
     文件        2825  2016-12-14 15:56  login.aspx
     文件         626  2016-12-12 12:17  login.aspx.cs
     文件        1859  2016-12-13 17:43  shopping.aspx
     文件        3017  2016-12-14 15:55  shopping.aspx.cs
     文件         368  2016-12-19 14:31  web.config
     文件        1835  2017-05-04 22:41  购物车.sln

评论

共有 条评论