摘要: 复制到剪贴板 <html> <button class="copy" type="submit"> 复制链接 </button> <script> function copyText(text) { var textarea = document.createElement("textarea"); 阅读全文
posted @ 2020-10-30 19:25 邈宇 阅读(896) 评论(0) 推荐(0)