單項(xiàng)選擇題從一個(gè)字符串中的第3個(gè)字符開始,獲取5個(gè)字符,應(yīng)使用()。

A.Len函數(shù)
B.Mid函數(shù)
C.Left函數(shù)
D.Right函數(shù)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題與Load Form2等效的語句是()。

A.Form2.Load
B.Form2.Visible=False
C.Form2.Show
D.Form2.Visible=True

2.單項(xiàng)選擇題在Visual Basic中,變量的默認(rèn)類型是()。

A.Integer
B.Double
C.Variant
D.Currency

3.單項(xiàng)選擇題將數(shù)據(jù)項(xiàng)“China”添加到列表框List1中成為第一項(xiàng),應(yīng)使用的語句是()。

A.List1.AddItem"China",0
B.List1.AddItem"China",1
C.List1.AddItem"China",
D.List1.AddItem"1,China"