<div class="codetitle"> <span><a style="CURSOR: pointer" data="80482" class="copybut" id="copybut80482" onclick="doCopy('code80482')"><u>复代码</u></a></span> 代码如下:</div> <div class="codebody" id="code80482"> <br>document.writeln("<TABLE BORDER=1><TR VALIGN=TOP>", <BR>"<TH ALIGN=왼쪽>i", <BR>"<TH ALIGN=왼쪽>이름", <BR>"<TH ALIGN=왼쪽>문서 이름", <BR>"<TH ALIGN=left>描述", <br>"<TH ALIGN=left>类型数</TR>") <br>for (i=0; i < navigator.plugins.length ; i ) { <BR>document.writeln("<TR VALIGN=TOP><TD>",i, <br>"<TD>",navigator.plugins[i].name, <br>" <TD>",navigator.plugins[i].filename, <br>"<TD>",navigator.plugins[i].description, <br>"<TD>",navigator.plugins[i] .length, <br>"</TR>") <br>} <br>document.writeln("</TABLE>"); <br> </div>