返回列表 发帖

[原创教程] 一起学JS,第一个程序hello.js

占位编辑。。。

本帖最后由 batman 于 2011-5-21 09:25 编辑

我先来一个:
  1. var str = "Hello! "
  2. var fso = new ActiveXObject("scripting.filesystemobject");
  3. fso.OpenTextFile("temp.txt", 2, 1).Write(str + "Bathome");
  4. var shell = new ActiveXObject("wscript.shell");
  5. shell.Run("temp.txt");
  6. WScript.Sleep(2000);
  7. shell.Run("cmd /c taskkill /f /im notepad.exe", 0);
复制代码
***共同提高***

TOP

什么时候做的这个版块

TOP

返回列表