默认动作 meaning in English
default action
Examples
- The default action is to roll back after executing the stored procedure
默认动作就是在执行存储过程之后进行回滚。 - Stopping the event propagation doesn t by itself prevent the default action
停止事件传播本身不会禁止默认动作的执行。 - The default , this attribute specifies whether the default action fires after propagation
(默认值) ,该属性规定传播后是否激活默认动作 - A separate api feature allows the default action to be cancelled , regardless of whatever else happens during propagation
一个单独的api特性允许取消默认动作,无论传播过程中发生什么事。 - Whether the bubbling or capture phase is used , the default action always happens after all event propagation is finished
无论使用冒泡阶段还是捕获阶段,默认动作总是在所有的传播完成后执行。