摘要: 1.读取注册表值1 <script language=javascript>2 try{3 var shell = new ActiveXObject("WScript.Shell"); 4 var ChatCallerKey=shell.RegRead("HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\PecChat\\URL Protocol");5 alert("该值注册表中已存在");6 }catch(e){7 alert("注册表中不存在该值");8 }9 < 阅读全文
posted @ 2011-06-08 01:16 edisonfeng 阅读(616) 评论(0) 推荐(0) 编辑