2022-06-15 18:44 回答问题
c) 无效代码 存在问题1: '1'不是int类型 存在问题2: except 语句后方只能添加已知的基类为BaseException的异常,不能抛出类似'someError' 的未知异常. 语法错误