首页 /编程语言和算法/VB6/VBA/ASP
 VB6 实用的With variable ... End With节约大量资源
昨天 21:16
With Winsock1
    .RemoteHostIP = "8.8.8.8"
    .RemotePort = 88
End With


Winsock1.RemoteHostIP = "8.8.8.8"
Winsock1.RemotePort = 88

更快。

 
全部回复(0)
首页 | 电脑版 |