首页题库练习题目详情
Visual Basic语言程序设计单选题中等

以下哪项是VB中正确的变量声明方式?

ADim x As Integer
BDim x = Integer
CDim x : Integer
DDim x As Integer = 10