fso=new ActiveXObject("scripting.filesystemobject")console.log(fso,typeof(fso))结果为:[object Object] objecttypeof得到的都是object,没有一点信息量。我想打印出这个对象的类型为scripting.filesystemobject,怎么处理啊?
添加回答
举报
0/150
提交
取消

