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

下列哪些方法可以用于错误处理?

AOn Error Goto
BErr.Raise
COn Error Resume Next
D以上都是