JS 动态清除Div中内容

 //把div里面的内容清空
document.getElementById('test').innerHTML=""      

<div id ="test">test</div>
相关文章
相关标签/搜索