粗茶淡饭


Rome was not built in a day. 生气是拿别人的错误来惩罚自己
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年1月10日

摘要: 将下面的脚本保存成 innerSupport.js 文件 function isIE(){ if (window.navigator.userAgent.toString().toLowerCase().indexOf("msie") >=1) return true; else return false;} if(!isIE... 阅读全文

posted @ 2009-01-10 11:41 茶^_^米 阅读(261) 评论(0) 推荐(0) 编辑