📄 hx_fileicon.asp
字号:
<%'程序编写及设计:徐勇
'QQ号码: 563097256(网络侠客)
'网址:http://www.wsoas.com
'E_mail(MSN):netcst@126.com
'电话:13856921303 0551-5168961
'以上信息不影响程序运行!
'在使用过程中请保留以上信息,以便出现问题时及时与我取得联系
'注意:免费版程序不得用于商业用途,否则后果自负!!!!
Function GetFileIcon(strFilename)
strFilename=Split(LCase(strFilename),".")
Select Case strFilename(Ubound(strFilename))
Case "asp"
GetFileIcon="asp.gif"
Case "aspx"
GetFileIcon="asp.gif"
Case "jsp"
GetFileIcon="asp.gif"
Case "html"
GetFileIcon="html.gif"
Case "shtml"
GetFileIcon="html.gif"
Case "htm"
GetFileIcon="html.gif"
Case "shtm"
GetFileIcon="html.gif"
Case "xml"
GetFileIcon="xml.gif"
Case "bmp"
GetFileIcon="bmp.gif"
Case "doc"
GetFileIcon="doc.gif"
Case "gif"
GetFileIcon="gif.gif"
Case "ico"
GetFileIcon="ico.gif"
Case "jpg"
GetFileIcon="jpg.gif"
Case "js"
GetFileIcon="js.gif"
Case "mdb"
GetFileIcon="mdb.gif"
Case "mp3"
GetFileIcon="media.gif"
Case "wma"
GetFileIcon="media.gif"
Case "mid"
GetFileIcon="media.gif"
Case "png"
GetFileIcon="png.gif"
Case "rar"
GetFileIcon="rar.gif"
Case "swf"
GetFileIcon="swf.gif"
Case "txt"
GetFileIcon="txt.gif"
Case "xls"
GetFileIcon="xls.gif"
Case "xlt"
GetFileIcon="xlt.gif"
Case "zip"
GetFileIcon="zip.gif"
Case "exe"
GetFileIcon="exe.gif"
Case "dll"
GetFileIcon="dll.gif"
Case Else
GetFileIcon="other.gif"
End Select
End Function
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -