使用 zeroclipboard 复制剪贴板

Copy Clipboard using zeroclipboard

我有一个要求,我需要将文本复制到 Clipboard。 所以,我浏览了一些样本并开始使用 zeroclipboard.

现在,我的问题是: http://zeroclipboard.org/首页展示的demo 仅当我们 manually clicking 按钮时才有效。
但是如果我们为按钮设置 trigger a click 事件,则文本会 not getting copied 到剪贴板。

这有可能得到text copied to Clipboard on button click event吗?

这是zeroclipboard github readme doc

上的第二段

Limitations

User Interaction Required

Due to browser and Flash security restrictions, this clipboard injection can ONLY occur when the user clicks on the invisible Flash movie. A simulated click event from JavaScript will not suffice as this would enable clipboard poisoning.