像我们一样Session.Add("LoginUserId", 123); ,然后我们可以Session["LoginUserId"]像Array一样访问它们如何实现它?
Session.Add("LoginUserId", 123);
Session["LoginUserId"]
.net c# arrays indexer
.net ×1
arrays ×1
c# ×1
indexer ×1