C.F 當前離線
小學生
bobomi 當前離線
中學生
TOP
GBKEE 當前離線
超級版主
Dim TestItem as variant Dim Str1 as string Str1="aa-bb-cc" TestItem= Split(Str1, "-") 若此時要重新宣 TestItem 為 Variant 要怎麼寫?