小程序复制功能

Posted 小白学前端

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序复制功能相关的知识,希望对你有一定的参考价值。

 1 <text data-data="111" bindtap=copyUrl>复制</text> 

 1   copyUrl(e) {
 2     const data = e.currentTarget.dataset.data
 3     wx.setClipboardData({
 4       data,//要复制的内容
 5       success: function (res) {
 6         wx.getClipboardData({
 7           success: function (res) {
 8             console.log(res.data, 876) // data
 9             wx.showToast({
10               icon: none,
11               title: 直播地址已复制,请打开浏览器查看。,
12             })
13           }
14         })
15       }
16     })
17   },

 

以上是关于小程序复制功能的主要内容,如果未能解决你的问题,请参考以下文章

Android 片段复制

微信小程序代码片段

微信小程序代码片段分享

VS2019 回环剪贴板

;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk

sublime代码片段功能