如果我們把 from e 拿掉呢? #!/usr/bin/env python3 import traceback class TestError(ValueError): pass def test(buf): try: return (buf[2], ...
確定! 回上一頁