单项选择题

要使标签Label1的标题栏显示“欢迎进入VB世界”,下面语句正确的是()。

A.Label1.caption=欢迎进入VB世界
B.Label1.caption="欢迎进入VB世界"
C.Label1.caption=“欢迎进入VB世界”
D.Label1.caption=’欢迎进入VB世界’