摘要:
AppState = Context.Application @{ ViewBag.Title = "Home Page"; AppState["s1"] = "状态一"; } AppState: @AppState["s1"] Context.Application: @Context.Application["s1"] 阅读全文
posted @ 2019-05-27 11:55 WebEnh 阅读(270) 评论(0) 推荐(0)
|
|||
|
摘要:
AppState = Context.Application @{ ViewBag.Title = "Home Page"; AppState["s1"] = "状态一"; } AppState: @AppState["s1"] Context.Application: @Context.Application["s1"] 阅读全文
posted @ 2019-05-27 11:55 WebEnh 阅读(270) 评论(0) 推荐(0) |
|||