《澳门好运来》承诺与保障
如何加入论坛发帖高手
【点击此处联系:在线客服】 function handleCopyValue(text) { //浏览器禁用了非安全域的 navigator.clipboard 对象 //在线上环境会报错 TypeError: Cannot read properties of undefined (reading 'writeText') if (!navigator.clipboard && window.isSecureContext) { return navigator.clipboard.writeText(text); } else { // 判断是否支持拷贝 if (!document.execCommand('copy')) return Promise.reject() // 创建标签,并隐藏 const textArea = document.createElement('textarea') textArea.style.position = 'fixed' textArea.style.top = textArea.style.left = '-100vh' textArea.style.opacity = '0' textArea.value = text document.body.appendChild(textArea) // 聚焦、复制 textArea.focus() textArea.select() return new Promise((resolve, reject) => { // 不知为何,必须写这个三目,不然copy不上 document.execCommand('copy') ? resolve() : reject() textArea.remove() }) } } /*点击复制 ,val是需要复制的值 */ function copyText1(val){ handleCopyValue(val) .then(() => { alert('复制成功') }) .catch(() => { alert('自动复制失败,请手动复制') }) } (温馨提示:在线客服只提供充值金币服务不提供任何资料)
免责提示:未满十八岁人士、无民事行为能力人士,请勿浏览本站内容,本站拒绝提供任何服务。
版权所有 不得转载 © 澳门好运来73261.com