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

以下哪项是Visual Basic中处理运行时错误的正确方法?

A使用On Error Resume Next语句
B使用On Error GoTo 0语句
C使用On Error Goto Label语句
D以上都是