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

如何獲取文件的名稱和擴(kuò)展名?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

 

<%

Function getFilename(text)

text = Left(text,inStrRev(fl,".")-1)

getFilename = text

 

End Function

 

Function getExtn(text)

text = Left(text,inStr(text,".")-1)

getExtn = text

End Function

%>

[1]

相關(guān)文章

最新評(píng)論