- Dec 22 Sat 2012 22:03
-
一如往常
- Oct 11 Thu 2012 21:59
-
[vb.net]取出夾心文字 instr mid
天外飛來一筆
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'kinomelma@yahoo.com.tw
'取出夾心文字
'2012/10/11
Dim q_str As String = "<h>a123</h><h>b123</h>"
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'kinomelma@yahoo.com.tw
'取出夾心文字
'2012/10/11
Dim q_str As String = "<h>a123</h><h>b123</h>"
1