HTML DOM ClipboardEvent
ClipboardEvent 对象
ClipboardEvent 对象处理剪贴板修改时发生的事件。
剪贴板事件
事件 | 发生时间 |
---|---|
oncopy | 用户复制元素内容 |
oncut | 用户剪切元素内容 |
onpaste | 用户将内容粘贴到元素中 |
ClipboardEvent 属性
属性 | 返回 |
---|---|
clipboardData | 包含剪贴板操作影响数据的对象 |
继承的属性和方法
ClipboardEvent 继承了所有属性和方法自
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]