摘要: // 复制字符串 copyText(text) { var textarea = document.createElement("input");//创建input对象 var currentFocus = document.activeElement;//当前获得焦点的元素 document.bo 阅读全文
posted @ 2021-11-16 10:39 snail-2018 阅读(90) 评论(0) 推荐(0)