用百度搜索中文,中文以utf8编码存储在url中。

使用python可以解码:

from urllib.parse import unquote

unquote('str',encoding=)

posted on 2018-03-09 22:57  苛性氢  阅读(432)  评论(0编辑  收藏  举报