# wx miniProgram动态复制粘贴功能
1、.wxml文件如下:
<view wx:for="{ {list}}">
<text bindtap="copyText" data-key="{ {item.text}}">{ { item.text}}</text>
</view>
2、.js内容:
Page({
data: {
list: [{
text: "1000001300"
},
{
text: "2010012333"
},
{
text: "3138275648"
&nb