我有以下html:
<html>
<body>
bla bla bla bla
<div id="myDiv">
more text
<div id="anotherDiv">
And even more text
</div>
</div>
bla bla bla
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
我希望从<div id="anotherDiv">关闭之前删除所有内容<div>.我怎么做?