想例题里,如果我用var x=document.getElemtByTagName("h1"); 我可以用otest.removeChild(x)?
不可以,TagName是个类数组,必须确定单个元素才可以删除,如x[0]