扫码下载编程狮APP
<html> <body> <FONT COLOR=#ff0000><% dim fs, d, n set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The drive type is: " & d.DriveType) set d=nothing set fs=nothing %></FONT> </body> </html>