摘要: // 复制文本 function copyText(text){ // 数字没有 .length 不能执行selectText 需要转化成字符串 const textString = text.toString(); let input = document.querySelector('#copy 阅读全文
posted @ 2021-11-16 09:36 13522679763-任国强 阅读(37) 评论(0) 推荐(0)