亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

ASP TotalSize 屬性

定義和用法

TotalSize 屬性返回指定驅(qū)動器或網(wǎng)絡共享的總字節(jié)數(shù)。

語法:

DriveObject.TotalSize

例子

<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The total size in bytes is: " & d.TotalSize)
set d=nothing
set fs=nothing
%>

輸出:

The total size in bytes is: 9693563395