• 2022-07-22
    中国大学MOOC: 下面代码中,第7行横线处应该填入class MyExcept {};int main() { try { MyExcept ex; throw ex; } catch (________) { } return 0;}