复制当前网址 复制输入框里面的内容
直接复制内容:不设置按钮参数
代码示意:
// 绑定按钮和文字,带提示 copyText(button, location.href); // 绑定按钮和元素,带提示 copyText(button, output); // 自己写逻辑复制,无提示 button3.onclick = function () { copyText('wubin.work'); };
© wubin.work