-1
 strDeger1 = """ >"
strDeger2 = "</a>"
strBaslikBul = VeriBul(strDeger1, strDeger2)
Response.Write strBaslikBul
Response.Write "<hr>" 

Set RegEx = New RegExp
 RegEx.IgnoreCase = True
 RegEx.Global = True
 RegEx.Pattern = "(" & BaslangicDegeri & ")(.+?)(" & BitisDegeri & ")"
Set Sonuc = RegEx.Execute(Trim(tr(Mid(HTTPObj2.GetURL,29600,254000))))
For Each i In Sonuc
 VeriBul =  i.SubMatches(1)
Next


If IsEmpty(VeriBul) Then VeriBul = "Sonuc Yok"
Set RegEx = Nothing
Set Sonuc = Nothing
Set objXmlHttp = Nothing
End Function

我喜欢这段代码,我正在尝试列出所有记录。但只是其中一个记录查看。

我该如何解决这个问题?

谢谢。

4

1 回答 1

1

还需要为每场比赛连接。修改 VeriBul = i.SubMatches(1)VeriBul = VeriBul & i.SubMatches(1)

于 2012-06-06T09:17:13.517 回答