blog
blog copied to clipboard
复制粘贴功能
window.getSelection().removeAllRanges()
const Url2 = this.$refs.linkAddress
const range = document.createRange()
range.selectNode(Url2)
window.getSelection().addRange(range)
document.execCommand('copy', false, null)