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