单项选择题
在Python中,如何抛出自定义异常?()
A.raise MyException("message")
B.throw MyException("message")
C.exception MyException("message")
D.new Exception("message")
点击查看答案&解析
相关考题
