一个人,一生,能坚持做好一件事情是多么的牛XX啊!!!
Function GetFileExt(Filename As String) Dim TMP1, TMP2 TMP1 = Split(Filename, ".") If UBound(TMP1) <> 0 Then TMP2 = Split(TMP1(UBound(TMP1)), "\") If UBound(TMP2) = 0 Then GetFileExt = TMP1(UBound(TMP1)) End If End If End Function
Copyright @ 2025 Alfa Powered by .NET 9.0 on Kubernetes Powered by: .Text and ASP.NET Theme by: .NET Monster