有时我们需要对网页上的文字进行修改,不需要使用firebug之类的工具,只需要运行一条脚本:
document.body.contentEditable=true;
javascript:document.body.contentEditable=true;alert('页面可以编辑了')