为什么这样写不行?为什么非得用 removeattribute("style")?
var txt = document.getElementById("txt");
txt.removeAttribute("style"); //取消设置的代码
样式不全是在txt里的,还有一部分是直接用body和p标签设置的