随笔分类 -  BOM

摘要:<script type="text/javascript"> with(document) { write("你的浏览器信息:<ol>"); write("<li>代码:"+navigator.appCodeName); write("<li>名称:"+navigator.appName); wr 阅读全文
posted @ 2015-07-07 16:20 程序猿凯 阅读(480) 评论(0) 推荐(0)