如何实现复选筛选框单选时跳转页面
复选框编辑结束事件,类似如下
var a= this.getValue();
var b=a.split(",");
if(a.length>0&&b.length==1){
window.open("链接地址")
}