标签: bit-manipulation
我有我现在正在重构的代码:
this.$rangeLabel .html(this.label || pos) .css({ left: pos, marginLeft: -this.$rangeLabel.width() >> 1 });
我不知道为什么会在那里使用它,但我确信它只是有人试图看起来很聪明,虽然我不知道它的目的以及如何将它转换为更具可读性的东西?
-this.$rangeLabel.width() >> 1