复制粘贴的js
程序员文章站
2022-05-14 22:20:47
...
<title></title>
<script language=Jscript>
function Exec(obj,cmd){
obj.select();document.execCommand(cmd)}
function Paste(obj){
obj.focus();document.execCommand('paste')}
function Exe(cmd){
document.execCommand(cmd)}
</script>
<form name=f1>
<input type=button value='拷贝' onclick=Exec(code,'Copy')>
<input type=button value='剪切' onclick=Exec(code,'Cut')>
<input type=button value='清空' onclick=Exec(code,'Delete')>
<textarea name=code rows="20">Input Code ...</textarea></form>
上一篇: 在vue页面进行复制粘贴
下一篇: 系统定制-隐藏“设置”页面的功能选项