有彈窗但是沒有復(fù)制成功<script type="text/javascript">window.onload=function(){ function test(){ var aux = document.createElement("input"); var content = 'test';
aux.setAttribute("value", content); document.body.appendChild(aux);
aux.select(); document.execCommand("copy");
alert("復(fù)制成功");
}
test();}</script>
js剪切板為什么沒有復(fù)制成功?
繁星淼淼
2018-09-02 09:10:33