码迷,mamicode.com
首页 > Web开发 > 详细

url的解码方式

时间:2017-09-06 14:25:23      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:utf-8   style   span   bsp   pre   string   str   decode   code   

#coding:utf-8
import urllib
legal_person_string = "%E6%B3%95%E5%AE%9A%E4%BB%A3%E8%A1%A8%E4%BA%BA"
legal_person_string = legal_person_string.decode("gbk").encode(utf-8)
legal_person_caption = urllib.unquote(legal_person_string)
print(legal_person_caption)

 

url的解码方式

标签:utf-8   style   span   bsp   pre   string   str   decode   code   

原文地址:http://www.cnblogs.com/themost/p/7484308.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!