A-A+ 如果在程序中要将c定义为静态变量 且为整型数 则应使用的语句是 A.Redim a As I 2022-08-06 02:06:39 问答库 阅读 174 次 问题详情 如果在程序中要将c定义为静态变量,且为整型数,则应使用的语句是 A.Redim a As Integer B.Static a As Integer C.Public a As Integer D.Dim a As Integer 请帮忙给出正确答案和分析,谢谢! 参考答案 正确答案:B