2017年4月18日

Python 各种编码相互转化 (目前只有Unicode utf-8)

摘要: f='\u53eb\u6211' print f print(f.decode('unicode-escape')) 阅读全文

posted @ 2017-04-18 19:44 _jackie 阅读(2442) 评论(0) 推荐(0)

Python dict转化为string方法

摘要: dict-->string: str() string-->dict eval()(这个只是网上看的,没实测) 阅读全文

posted @ 2017-04-18 19:13 _jackie 阅读(5099) 评论(0) 推荐(0)

前端传给后端的数据类型为ImmutableMultiDict 咋办

摘要: https://segmentfault.com/q/1010000002802028 偷得人家的答案 以下是解决办法:::: >>>> 在 http://werkzeug.pocoo.org/docs/0.10/datastructures/ 找到了答案 ImmutableMultiDict, M 阅读全文

posted @ 2017-04-18 16:59 _jackie 阅读(8065) 评论(0) 推荐(0)

导航