摘要:
exception catch doesn't work?? (python 3)except u.URLError, e: ^SyntaxError: invalid syntaxin Python 3 it's: except u.URLError as e: This a because in Python 2 people sometimes write: except OSError, ... 阅读全文
posted @ 2016-08-22 14:36
该显示名称已被使用
阅读(152)
评论(0)
推荐(0)

浙公网安备 33010602011771号