题目内容
下面代码的运行结果是()。var b=document.createElement("h1");var p=document.createElement("p");var txt1=document.createTextNode("a");var txt2=document.createTextNode("b");p.appendChild(txt1);p.appendChild(txt2);b.appendChild(p);document.body.appendChild(b);
查看答案
搜索结果不匹配?点我反馈