说明: 创建文本文件 Set objFSO = CreateObject("scr ipting.FileSystemObject") Set objFile = objFSO.CreateTextFile("C:\FSO\scr iptLog.txt") 检察文件是否存在 Set objFSO = CreateObject("scr ipting.FileSystemObject") If objFSO.FileExists("C:\FSO\scr iptL og.txt") Then Set ob
<maple_1997> 上传 | 大小:395kb