摘要:
只是一次为了转换日文源码到中文源码时想到的.:-)/////////////////////日语编码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 阅读全文
摘要:
alert(Math.round(Math.random()*10000));WScript为var WshShell = WScript.CreateObject("WScript.Shell"); WshShell.popup(Math.round(Math.random()*10000));网上看到的这条语句. 阅读全文