2011年10月26日 星期三

Split 分割字串

參考
參考較進階的
--
  1. Dim TestDate As String = "王大明、李小蟬、陳同、王太太、陸天天"
  2. Dim DateArray As String() = TestDate.Split("、")
  3. For Each st In DateArray
  4. Console.WriteLine(st) 
Next

沒有留言:

張貼留言