JavaScript:document.removeElementById?
假设我有一个名为 menu
的元素,我如何从页面中删除该元素?是否有 document.removeElementById 函数?或同等的东西?
Assuming I have an element called menu
how would I remove this element from the page? Is there a document.removeElementById
function? or something equivalent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有直接命令,但这将满足您的需要:
如果您愿意,您可以用函数很好地包装它。 :)
No direct command but this will do what you need:
You can wrap it nicely with function if you want. :)
这应该有效吗?
或者
This should work?
Or