33. 若要下列VB程式執行結果為9876M321 (string reverse),則空格部份應填入
(A) s & Right(s,i+1)
(B) t & Mid(s,i,l)
(C)t & Left(s'i)
(D)t & s。
Private Sub Commandl一Click() s = "123456789"
For i = Len(s) To 1 Step -1
t=_
Next i Print t End Sub
答案:登入後查看
統計: A(6), B(11), C(12), D(3), E(0) #1211963
統計: A(6), B(11), C(12), D(3), E(0) #1211963