<input type="button" value="selectAll" onclick="selectAll();"></body><script type="text/javascript">
function copy(){ document.execCommand("copy",false,null);
} function selectAll(){ document.execCommand("selectAll",false,null);
} function open(){ document.execCommand("open",false,null);
} function saveAs(){ document.execCommand("saveAs",false,null);
} function print(){ document.execCommand("print",false,null);
}</script>上面代码是我直接复制过来的,在别人博客上就是可以运行的,比如全选就可以。可是复制到我本地电脑html文件上,啥也不行,所有的命令一个都不行.....也上传到服务器过,还是不行...这是人品问题吗
添加回答
举报
0/150
提交
取消