Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> s = u"JSAPI\u652f\u4ed8\u5fc5\u987b\u4f20openid"
>>> s
u'JSAPI\u652f\u4ed8\u5fc5\u987b\u4f20openid'
>>> print s
JSAPI支付必须传openid
>>> 

[ 编辑 | 历史 ]
最近由“turbo_linlin”在“2021-04-19 02:23:59”修改