摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Web; namespace WebApplication5{ public class 阅读全文
摘要:
控制器: [HttpPost] public int Delete_All(string Id) { List<int> IDS = new List<int>();//创建list<int> 保存选中信息的Id 简化操作 var Ls = Id.Split(',');//根据(',') 完成对数据 阅读全文