Skip to content

Instantly share code, notes, and snippets.

@chroming
Created January 10, 2017 05:17
Show Gist options
  • Save chroming/be21cd54c87754216818b96f33b2fab5 to your computer and use it in GitHub Desktop.
Save chroming/be21cd54c87754216818b96f33b2fab5 to your computer and use it in GitHub Desktop.
requests模块获取charset编码
charset = requests.utils.get_encodings_from_content(response.content)
response.encoding = charset[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment