Created
June 13, 2015 04:11
-
-
Save jebai0521/ff0418e3193dae0d43f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> print "\u624b\u673a\u7c7b\u578b".decode('unicode_escape') | |
手机类型 | |
>>> print "\U65b9\U6cd5method\U4e0d\U5b58\U5728".decode('unicode_escape’) | |
>>> print "\u65b9\U6cd5method\U4e0d\U5b58\U5728".decode('unicode_escape') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment