摘要: 只是一次为了转换日文源码到中文源码时想到的.:-)/////////////////////日语编码2UTF-8.jsee////////////////////////////var fso = new ActiveXObject("Scripting.FileSystemObject");var oFolder = fso.GetFolder(prompt( "Folder", ""));fc = new Enumerator(oFolder.files);for (; !fc.atEnd(); fc.moveNext()){ v 阅读全文
posted @ 2010-08-24 22:10 dzqabc 阅读(4258) 评论(0) 推荐(0) 编辑
摘要: alert(Math.round(Math.random()*10000));WScript为var WshShell = WScript.CreateObject("WScript.Shell"); WshShell.popup(Math.round(Math.random()*10000));网上看到的这条语句. 阅读全文
posted @ 2010-08-24 21:20 dzqabc 阅读(306) 评论(0) 推荐(0) 编辑