function checkthis(o) { this.Previous && this.Previous != o && (this.Previous.checked = false) this.Previous = o; } //在checkbox onclcik事件中调用 checkthis(this)