tags: python. break、return、raise都會使程序跳出try/except/finally對應的區塊 ... def test(): try: int("TEST") return "try" except Exception as error: ...
確定! 回上一頁