您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得

vue复制粘贴功能

蒙xs2022-01-04【vue.js心得】人已围观

简介copyUrl('string')copyUrl(url) { var domUrl = document.createElement("input"); domUrl.value = url; domUrl.id = "creatDom"; document.body.appe

copyUrl('string')


copyUrl(url) {
    var domUrl = document.createElement("input");
    domUrl.value = url;
    domUrl.id = "creatDom";
    document.body.appendChild(domUrl);
    domUrl.select(); // 选择对象
    document.execCommand("Copy"); // 执行浏览器复制命令
    let creatDom = document.getElementById("creatDom");
    creatDom.parentNode.removeChild(creatDom);
    alert("已复制好,可贴粘。");
}

Tags:

很赞哦! ()

文章评论

    共有条评论来说两句吧...

    用户名:

    验证码:

站点信息

  • 建站时间:2019-1-11
  • 文章统计142篇文章
  • 标签管理标签云
  • 统计数据百度统计
  • 建站,写前端联系我:扫描二维码,