VB code: 'ÒýÓÃÁËMicrosoft VBScript Regular Expressions 5.5 Private Sub Form_Load() Dim re As RegExp Dim mh As Match Dim mhs As MatchCollection Dim inpStr As String inpStr = " -1 0 1 1000" Set re = New RegExp re.Global = True re.Pattern = "\d+" Set mhs = re.Execute(inpStr) For Each mh In mhs MsgBox mh Next End Sub
Private Sub Form_Load() recs = Adodc1.Recordset.RecordCount 'Çóµ±Ç°¼Ç¼Êý If recs > 0 Then 'ÒÑÓп¼Éú Adodc1.Recordset.MoveLast 'ÒÆµ½×îºóÒ»Ìõ¼Ç¼ num = V ......