var link = "https//www.test.com/shared?key=" + shareddata;
const input = document.createElement('input');
document.body.appendChild(input);
input.setAttribute('value', link);
input.select();
if (document.execCommand('copy')) {
document.execCommand('copy');
layer.msg("复制成功,请手动分享链接")
}
document.body.removeChild(input);
相关文章
- 10-26Windows系统下在Git Bash中把文件内容复制到剪贴板的命令
- 10-26c – 通过QT将(rtf)表复制到剪贴板中(或:将QTextDocument写入剪贴板)
- 10-26C#Win8:将.PNG复制到Windows剪贴板;粘贴并保留透明性
- 10-26如何将图片从画布复制到剪贴板?
- 10-26js -- 将HTML内容生成图片
- 10-26将页面的内容导出使用html2canvas+jsPDF
- 10-26使用wkhtmltopdf.exe 将HTML内容转换为PDF(含分页)
- 10-26将系统剪贴板的内容粘贴到vim
- 10-26记一次用html2canvas将页面内容生成海报并保存图片到本地
- 10-26html将内容复制到剪贴板