單項選擇題在ASP中,操作文件系統(tǒng)需要創(chuàng)建哪個對象?()
A.Server.CreateObject(“AdodB.Connection”)
B.Server.CreateObject(“AdodB.RecordSet”)
C.Server.CreateObject(“Scripting.FileSystemObject”)
D.Server.CreateObject(“WScript.Shell”)
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題在ASP中,trim()函數(shù)的正確含義是?()
A.格式化數(shù)字
B.格式化日期
C.系統(tǒng)提示
D.去除空格
2.單項選擇題在ASP中,Session.TimeOut=10的含義是?()
A.系統(tǒng)保留Session10秒
B.系統(tǒng)保留Session10分
C.系統(tǒng)保留Session10小時
D.以上都不對