JS把整个页面的文本都能编辑

在页面header里面加入下面的JS脚本,这样就可以让整个页面的文本都可以编辑了

<script>

window.document.designMode="off";
</script>