最新回答 / 慕田峪8063247
一层一层往上数,就是三个parentNode,就得到了最大的这个ul,也就是<body>下面紧挨着的这个ul。 然后官方给的答案是错误的,正确的应该是document.write(mylist.parentNode.parentNode.parentNode.childNodes[7].innerHTML);
2021-03-03
最赞回答 / 常永旺
<!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> </head> <body> <form> 请选择你爱好:<br>...