try: response = requests.post(_url, files={'file': some_file}) response.raise_for_status() except requests.exceptions.
確定! 回上一頁