发布时间:2019-08-11 11:27:12编辑:auto阅读(2571)
Python 3.6
代码:
# -*- coding: utf-8 -*
def to_unicode(string):
ret = ''
for v in string:
ret = ret + hex(ord(v)).upper().replace('0X', '\\u')
return ret
print(to_unicode("中国"))
输出:
"D:\Program Files (x86)\Python36-32\python.exe" E:/PycharmProjects/Test/test.py
\u4E2D\u56FD
Process finished with exit code 0
上一篇: python3 闭包
下一篇: 用Python编写WEB服务器压力测试工
51014
50391
41007
37874
32340
29234
28113
22947
22914
21244
1114°
1800°
1467°
1406°
1683°
1493°
2151°
3716°
3651°
2566°