本站提倡有节制游戏,合理安排游戏时间,注意劳逸结合。

【java电商项目源码】【分时突破公式源码】【msvc 编译qt源码】haosf源码

2024-11-19 00:34:47 来源:娱乐 分类:娱乐

1.VB如何提取htm代码中固定的java电商项目源码字符串

haosf源码

VB如何提取htm代码中固定的字符串

       Private Sub Command1_Click()

       Dim TempLine As String

       Dim StartPos As Long, EndPos As Long

       Open "D:\a.txt" For Input As #1

        Do While Not EOF(1)

        Line Input #1, TempLine

        StartPos = InStr(TempLine, "http")

        If StartPos > 0 Then

        EndPos = InStr(StartPos, TempLine, ",")

        If EndPos > 0 Then

        EndPos = InStr(EndPos + 1, TempLine, ",")

        If EndPos > 0 Then

        List1.AddItem Mid(TempLine, StartPos, EndPos - StartPos - 1)

        End If

        End If

        End If

        Loop

       Close #1

       End Sub

相关推荐
一周热点