建立. Session.Add("sessionName", "123"); //or. Session["sessionName"] = "123"; //取值 string s = Session["sessionName"].ToString();
確定! 回上一頁