js bind 函数 self.selectViewHandler.bind(null, (i + 1)) 将函数绑定到指定对象上作为该对象的方法,当绑定到 null 时该函数的 this 值并没有改变。 模拟指定 this:临时作为对象的方法