## 批量操作 ### 批量操作已渲染实例 ``` //filter, 同get方法 //method, 需要执行的方法 //args, 执行方法的参数 xmSelect.batch(filter, method, ...args); ``` :::demo ```html



```
:::