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

在Visual Basic中,用来处理常见运行时错误的语句可以是?

AOn Error GoTo 0
BOn Error Goto Label
COn Error Resume Next
D上述选项中都可以