本站提供最佳idea查看native的源码服务,欢迎转载和分享。

【repo android 源码】【濮阳源码开发】【flutter provider源码】haosf源码

2024-11-19 00:49:56 来源:52源码论坛 分类:百科

1.VB如何提取htm代码中固定的repo android 源码字符串

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

【本文网址:http://581.net.cn/html/88e372796184.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap