python2 url 帶中文並寫入中文路徑

url帶中文,後臺須要使用urllib中的unquote,示例ide

file = 「/%s"%(unquote(suffix_name))

寫以file爲名稱的文件是,須要encode一下,示例url

with open(file.encode('utf8'), 'wb') as f:
相關文章
相關標籤/搜索