Net中宣告一個陣列,可以使用 Dim 語句。 例如, Dim intData(30) ' an array of 31 elements' Dim strData(20) As String ' an array of 21 strings' Dim ...
確定! 回上一頁