Dim str() As String = txtMsg.Text.Replace("(", "").Replace(")", "").Split("分割符 ")<br> Response.Write(str(0) & "<br>" & str(1))