欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

可以獲得文件的文件名的asp函數(shù)

 更新時(shí)間:2007年11月11日 21:46:00   作者:  
復(fù)制代碼 代碼如下:

'************************************************** 
'函數(shù)ID:0016[獲得執(zhí)行程序的名稱] 
'函數(shù)名:GT_the_proname 
'作 用:獲得執(zhí)行程序的名稱 
'參 數(shù): 
'返回值:返回執(zhí)行程序的名稱 
'************************************************** 
Function GT_the_proname() 
    Dim fu_name,temp,tempsiz 
    temp=Request.ServerVariables("PATH_INFO") 
    fu_name=Split(temp, "/", -1, 1) 
    tempsiz=UBound(fu_name) 
    GT_the_proname=fu_name(tempsiz) 
End function 

相關(guān)文章

最新評(píng)論