應該可以用例外處理的方式來做首先定義一個exception class MyException(Exception): def __init__(self, value): self.value = value 在原本程式每 ...
確定! 回上一頁