var mm=document.getElementsByTagName("li");
for(i=0;i<mm.length;i++){
document.write(mm[i].nodeName+"<br/>");
document.write(mm[i].nodeVlue+"<br/>");
document.write(mm[i].nodeType+"<br/>");
}
第四行,nodeValue打错了