QZLin

bookmark js write to clipboard

javascript: (function () { let text = "text"; navigator.clipboard.writeText(text) })()

posted on 2023-01-16 19:46  QZLin  阅读(25)  评论(0编辑  收藏  举报

导航