摘要:        
function copyStr(val) { //val 是要复制的字符串 var input = document.createElement("input"); input.value = val; input.readOnly = true document.body.appendChild(input); input.select(); input.setSelectionRange(0    阅读全文
posted @ 2019-09-04 17:02
哈哈敲敲
阅读(1459)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号