BosonZhang's Blog



    不积跬步,无以至千里;不积小流,无以成江海。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年11月7日

摘要: 1.判断一个文件是否存在 function FileExists(strPath){ var ret; try { var fso = new ActiveXObject("Scripting.FileSystemObject"); if(fso.FileExists(strPath)) { ... 阅读全文

posted @ 2010-11-07 09:45 qdzhbsh 阅读(237) 评论(0) 推荐(0)