用Javascript統(tǒng)計鏈接,錨點,窗體個數(shù)
<script language="javascript" type="text/javascript">
document.write("問檔有" + document.links.length + "個鏈接" + "<br/>");
document.write("問檔有" + document.anchors.length + "個錨點" + "<br/>");
document.write("問檔有"+document.forms.length+"個窗體"+"<br/>");
</script>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點擊舉報。