在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<script language="javascript"> function readTxt() { alert(window.clipboardData.getData("text")); } function setTxt() { var t=document.getElementById("txt"); t.select(); window.clipboardData.setData('text',t.createTextRange().text); } </script> <input name="txt" value="测试"> <input type="button" value="复制" onclick="setTxt()"> <input type="button" value="读取" onclick="readTxt()"> |
请发表评论