C ++. Copy Code. int main() { try { throw 2; } catch(...) { } } ... When the compiler hits the throw statement, it actually has no clue if ...
確定! 回上一頁