摘要:
首先先用代码来说话:ViewData:public ActionResult Index(){List colors = new List();colors.Add("red");colors.Add("green");colors.Add("blue");ViewData["listColors"] = colors;ViewData["dateNow"] = DateTime.Now;ViewData["name"] = "Hajan";ViewDat 阅读全文
posted @ 2013-09-23 17:57
KKKK天才
阅读(255)
评论(0)
推荐(0)
浙公网安备 33010602011771号