文件名称:使用ASP获得服务器网卡的MAC地址信息
文件大小:28KB
文件格式:PDF
更新时间:2024-02-10 02:00:43
AS asp mac
‘———————-提取所有网卡的信息——————–‘ Public Function GetMacInfo() On Error Resume Next Dim fso, FileStr, AspSleepThread, CmdStr, SysDir, wshshell, CmdRe, MacFileContentFile, MacFileContent Const MacFile = “TmpYesoulSoft001.LLP” Set fso = Server.CreateObject(“Scripting.FileSystemObject”)