为了账号安全,请及时绑定邮箱和手机立即绑定

JS document.execCommand 富文本 命令自己写的完全不行,请问这是什么情况啊?

JS document.execCommand 富文本 命令自己写的完全不行,请问这是什么情况啊?

哈士奇WWW 2018-08-10 10:09:43
<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文件上,啥也不行,所有的命令一个都不行.....也上传到服务器过,还是不行...这是人品问题吗
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1726 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信