event.returnValue
稳定性: 3 - 传统:请改用
event.defaultPrevented。- 类型: <boolean> 如果事件未被取消,则为真。
event.returnValue 的值总是与 event.defaultPrevented 相反。 这在 Node.js 中不使用,仅为了完整性而提供。
【The value of event.returnValue is always the opposite of event.defaultPrevented.
This is not used in Node.js and is provided purely for completeness.】