单项选择题

下面声明变量的选项中,用于声明定长字符串变量的语句是()。

A.Dim str1As String *4
B.Dim str1As String
C.Private Dim str1As String
D.Public Dim str1As String