摘要: 1 var uuid = Guid.NewGuid().ToString(); // 9af7f46a-ea52-4aa3-b8c3-9fd484c2af12 2 var uuidN = Guid.NewGuid().ToString("N"); // e0a953c3ee6040eaa9fae2b 阅读全文
posted @ 2019-06-03 10:14 Mr.石 阅读(51345) 评论(2) 推荐(2)
摘要: ViewBag public ActionResult About() { ViewBag.Message = "Your application description page."; List<string> colors = new List<string>(); colors.Add("Re 阅读全文
posted @ 2019-06-03 10:03 Mr.石 阅读(9241) 评论(0) 推荐(0)