摘要:
Imports System.TextImports System.Runtime.InteropServices Public Class Form1 ' 相关API函数声明,注释掉的这里没用到,但是也比较常用吧,这些函数的功能都能搜到。 Private Declare Function Find 阅读全文
摘要:
Class Program Public Shared masterPorxyList As List(Of proxy) = New List(Of proxy)() Public Class proxy Public ip As String Public port As String Publ 阅读全文