摘要: string disIds = "1,2,3,4,5,6,7,8,9,";string[] filePath = disIds.Split(',');//去掉最后一位空值string[] filePath2 = new string[filePath.Length - 1]; for (in... 阅读全文
posted @ 2015-12-21 18:52 时代码农 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: 1.单值cs public ActionResult Authority() { int targetId = int.Parse(Request.QueryString["id"]);//接收id ViewBag.targetId = ta... 阅读全文
posted @ 2015-12-21 14:09 时代码农 阅读(1820) 评论(0) 推荐(0) 编辑