摘要:
copy(){ const input = document.createElement('input') document.body.appendChild(input) input.setAttribute('value'," 你想要复制的内容 ") input.select() if (document.execCommand('copy')) { docum... 阅读全文
posted @ 2019-09-06 17:39
阳光下那抹高傲的轻笑
阅读(388)
评论(0)
推荐(0)

浙公网安备 33010602011771号