ClipboardEvent
Experimental
這是一個實驗中的功能
此功能在某些瀏覽器尚在開發中,請參考兼容表格以得到不同瀏覽器用的前輟。
ClipboardEvent
介面表示了與修改剪貼簿相關的事件,包括 cut (en-US)
、copy (en-US)
及 paste (en-US)
事件。
屬性
Also inherits properties from its parent Event
.
ClipboardEvent.clipboardData
(en-US) Read only- Is a
DataTransfer
object containing the data affected by the user-initiatedcut (en-US)
,copy (en-US)
, orpaste (en-US)
operation, along with its MIME type.
建構式
ClipboardEvent()
(en-US)- Creates a
ClipboardEvent
event with the given parameters.
方法
No specific methods; inherits methods from its parent Event
.
規範
Specification | Status | Comment |
---|---|---|
Clipboard API and events The definition of 'ClipboardEvent' in that specification. |
Working Draft | Initial definition. |
瀏覽器相容性
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help! (en-US)
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 4.0 | (Yes) | (Yes) |
clipboardData |
(Yes) | 22.0 (22.0) | 5.0 | (Yes) | (Yes) |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 4.0 | (Yes) | (Yes) |
clipboardData |
(Yes) | 22.0 (22.0) | 5.0 | (Yes) | (Yes) |
參見
- Copy-related events:
copy (en-US)
,cut (en-US)
,paste (en-US)