摘要:
<script type="text/javascript">function clearText() {var content=document.getElementById("content");for (var i=content.childNodes.length-1;i>=0;i--) {var childNode = content.childNodes[i];content.removeChild(childNode);}}</script>采用逆序来删除 阅读全文
posted @ 2012-04-12 21:09
冲锋的路上的兵
阅读(2631)
评论(1)
推荐(0)
浙公网安备 33010602011771号