<job id="IncludeExample"> ' 獲得驅(qū)動器 C 的可用空間。 s = GetFreeSpace("c:") WScript.Echo s </job>fso.js 文件包含以下內(nèi)容:function GetFreeSpace(drvPath) { var fs, d, s; fs = new ActiveXObject("Scripting.FileSystemObject"); d = fs.GetDrive(fs.GetDriveName(drvPath)); s = "...