mirror of
https://e.coding.net/circlecloud/VBFunctionBas.git
synced 2024-11-23 02:18:50 +00:00
url为空则推出...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
564316f4a9
commit
026f9cf403
@ -157,6 +157,8 @@ Public Function GetData(ByVal url As String, Optional ByVal DataStic As DataEnum
|
||||
If Not IsObject(XmlHttp) Then Exit Function
|
||||
End If
|
||||
|
||||
If url = "" Then Exit Function
|
||||
|
||||
XmlHttp.Open "get", url, True
|
||||
XmlHttp.Send
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user