-
09-06
-
12-27
-
01-08
-
12-31
-
12-31
Warning: error_log(/home/wwwroot/zym.qw1688.net/cache/error_log.php): failed to open stream: Permission denied in /home/wwwroot/zym.qw1688.net/yzmphp/core/class/debug.class.php on line 63
发布时间:2021-01-08 13:02:15
文章来源:原创
访问次数:1
09-06
12-27
01-08
12-31
12-31
<body>
<span id="copy1">你好啊!</span>
<input type="text" value="你好!"id="copy2">
<!--onClick="CopyAdd()" 点哪里加哪里-->
<button id="copy3" onClick="CopyAdd()">复制</button>
<script>
function CopyAdd(event) {
const range = document.createRange();
range.selectNode(document.getElementById('copy2'));//复制对象ID
const selection = window.getSelection();
if(selection.rangeCount > 0) selection.removeAllRanges();
selection.addRange(range);
document.execCommand('copy');
alert("复制成功!");
}
</script>
</body>本文链接:http://www.hzlm.net/javascript/78.html