try -except 除0的錯誤範例 try: print(1/0) except: print('發生錯誤') ... http://pydoing.blogspot.com/2011/01/python-try.html ...
確定! 回上一頁