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

当错误发生时,错误处理语句通常与以下哪个语句结合使用?

AOn Error Goto Label
BOn Error Resume Next
COn Error GoTo 0
DTry...Catch