Clipboard access using Javascript - sans Flash?

前端 未结 8 1315
你的背包
你的背包 2020-12-20 13:12

Is there a reliable way to access the client machine\'s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google D

8条回答
  •  臣服心动
    2020-12-20 13:30

    Forget pure JS.

    There is no standard API for accessing the clipboard, and few browsers implement a propriety method.

    Flash is the 'standard' method.

提交回复
热议问题