实现思路: 1. checkbox全选获取批量删除的id数组 2. ajax以字符串的形式将id数组传给控制器 3. 控制器将字符串分割成List数组作为参数传给mapper 具体代码: 1. 前端代码 <table> <thead> <tr> <th>#</th> <th>id</th> <th> Read More
posted @ 2019-10-21 16:37 lcsin Views(2992) Comments(0) Diggs(0) Edit