Dim sj As String
Private Sub Command1_Click()
sj = Inet1.OpenURL("/dlt/dltlssj/index.html")
sj = Mid(sj, InStr(sj, "詳情</td>"), 600)
Text1.Text = Mid(sj, InStr(sj, " ") - 3, 2)
sj = Mid(sj, InStr(sj, " ") + 1, 600)
Text1.Text = Text1.Text & "," & Mid(sj, InStr(sj, " ") - 4, 2)
sj = Mid(sj, InStr(sj, " ") + 1, 600)
Text1.Text = Text1.Text & "," & Mid(sj, InStr(sj, " ") - 3, 2)
sj = Mid(sj, InStr(sj, " ") + 1, 600)
Text1.Text = Text1.Text & "," & Mid(sj, InStr(sj, " ") - 3, 2)
sj = Mid(sj, InStr(sj, " ") + 1, 600)
Text1.Text = Text1.Text & "," & Mid(sj, InStr(sj, " ") - 3, 2)
sj = Mid(sj, InStr(sj, " ") + 1, 600)
Text1.Text = Text1.Text & ",+"
Text1.Text = Text1.Text & "," & Mid(sj, InStr(sj, " ") - 3, 2)
sj = Mid(sj, InStr(sj, " ") + 1, 600)
Text1.Text = Text1.Text & "," & Mid(sj, InStr(sj, " ") - 3, 2)
End Sub