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

Visual Basic中,用于定义并赋值一个常量的语句是?

ADim 常量名 = 值
BConst 常量名 = 值
CPublic 常量名 = 值
DStatic 常量名 = 值