paste

This page needs to be updated to match the currently specified behaviour. In the meantime please refer to the specification: https://www.w3.org/TR/clipboard-apis/#the-paste-action

译者注:这个各个主流浏览器表现差异非常大(2017-01-24),请谨慎使用。

向一个选中区域粘贴剪切板内容的时候,会触发粘贴事件。

冒泡
可取消
源目标 DefaultView, Document, Element
接口 ClipboardEvent

属性

Property Type Description
target 只读 EventTarget 事件目标(DOM树的最上级)。
type 只读 DOMString 事件类型。
bubbles 只读 boolean 事件是否冒泡
cancelable 只读 boolean 事件是否可取消
clipboardData 只读 DataTransfer 粘贴的内容。不只是文本,也可以是图片和文件。

兼容性

 

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) (Yes) (Yes) ? ? (Yes)
clipboardData (Yes) (Yes) 22 (22) 未实现 ? (Yes)
   ?    ?
Feature Android Edge Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? (Yes) ? ? ?
clipboardData ? (Yes) ? ? ?

相关事件

文档标签和贡献者