Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
按照帮助 中如下代码:
Dim fl As String = ProjectPath & "web\" & e.path
If filesys.FileExists(fl) Then
Dim idx As Integer = fl.LastIndexOf(".")
Dim ext As String = fl.SubString(idx)
Select Case ext
Case ".jpg", ".gif", ".png", ".bmp", ".wmf", ".js", ".css" , ".html", ".htm"
e.WriteFile(fl)
End Select
End If
浏览网页提示如下错误:
.NET Framework 版本:4.0.30319.42000
Foxtable 版本:2022.8.18.1
错误所在事件:项目,HttpRequest
详细错误信息:
StartIndex 不能小于 0。
参数名: startIndex