try: url = "http://mock.kite.com/text" r = requests.get(url, timeout=0.0001) except requests.exceptions.Timeout as e: print e ...
確定! 回上一頁