中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

ASP GetExtensionName 方法


FileSystemObject 對象參考手冊 完整的 FileSystemObject 對象參考手冊

GetExtensionName 方法返回包含指定路徑中最后成分的文件擴展名的字符串。

語法

FileSystemObject.GetExtensionName(path)
參數(shù) 描述
path 必需的。需返回文件擴展名的文件的路徑。

實例

<%
dim fs
set fs=Server.CreateObject("Scripting.FileSystemObject")
Response.Write(fs.GetExtensionName("c:testtest.htm"))
set fs=nothing
%>

輸出:

htm

FileSystemObject 對象參考手冊 完整的 FileSystemObject 對象參考手冊其他擴展