Session.SetInt32("age", 20); HttpContext.Session.SetString("username", "abc"); Product product = new Product { Id = "p01", Name = "Name 1", ...
確定! 回上一頁