皮皮网
皮皮网
一眼看穿主力副图源码

【销售管理系统 php源码】【反编译和源码】【达实读卡源码】haosf源码

时间:2024-11-26 17:25:19 分类:综合 编辑:劲舞团音乐源码
1.VB如何提取htm代码中固定的销售管理系统 php源码字符串

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://0553.net.cn/html/22c716192816.html

热点资讯

copyright © 2016 powered by 皮皮网   sitemap