代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/251840/12315929
html 18.1.1 isready属性.html
var objFso=new ActiveXObject("Scripting.FileSystemObject");
//获取Drives结合
var objDrvs=objFso.Drives
//创建一个结合枚举对象
var drvs = new Enumerator(objDrvs);
with (document)
{
w