在該示例中
Names(
使用Add方法與否並沒有任何實際區別
要訪問這些記錄項
NameTextBox
有關使用HashTable的一個重點是
Dim Names As New Hashtable()
Names
Names
在第二個Add行中將會產生異常
就此而言
(
(
(
(
Dim splitChars As String =
Dim words() As String
Dim wordIndex As Integer
words = TextBox
ListBox
For wordIndex = words
ListBox
Next
Dim paragraph As String = String
For Each word As ListItem In ListBox
paragraph &= word
Next
(
(
(
可以看到第一個文本框中的語句被劃分成它的組成單詞
[
From:http://tw.wingwit.com/Article/program/net/201311/15111.html