目录

HTML DOM ClipboardEvent

❮ DOM 事件 ❮ 事件对象


ClipboardEvent 对象

ClipboardEvent 对象处理修改剪贴板时发生的事件。

剪贴板事件

Event Occurs When
oncopy A user copies the content of an element
oncut A user cuts the content of an element
onpaste A user pastes content into an element

ClipboardEvent 属性

Property Returns
clipboardData An object containing the data affected by the clipboard operation

继承的属性和方法

ClipboardEvent 继承了以下所有属性和方法:

事件对象


❮ DOM 事件 ❮ 事件对象