摘要:
string disIds = "1,2,3,4,5,6,7,8,9,";string[] filePath = disIds.Split(',');//去掉最后一位空值string[] filePath2 = new string[filePath.Length - 1]; for (in... 阅读全文
摘要:
1.单值cs public ActionResult Authority() { int targetId = int.Parse(Request.QueryString["id"]);//接收id ViewBag.targetId = ta... 阅读全文