在checkall函数里面把所有的input都选中了,这样子不是把button也选中了吗?为什么要这样子写,不能像clearall函数那样子写吗?
getElementsByName当然可以
不是选中所有input,要判定,当type=="checkbox" && name=="hobby"时选中