Skip to content

Instantly share code, notes, and snippets.

@googya
Created October 18, 2012 01:21
Show Gist options
  • Select an option

  • Save googya/3909345 to your computer and use it in GitHub Desktop.

Select an option

Save googya/3909345 to your computer and use it in GitHub Desktop.
字符与之对应的数字的转换
97.chr => 'a'
'a'.ord => 97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment