哪出问题呢了?
if(m.nodeType==3){
m=m.nextSibling;
document.write(m.nodeName);
}
有三个===号;
if成立时,没有document.write输出m.nodeName
if else 语法错误
else少了{