url帶中文,後臺須要使用urllib中的unquote,示例ide
file = 「/%s"%(unquote(suffix_name))
寫以file爲名稱的文件是,須要encode一下,示例url
with open(file.encode('utf8'), 'wb') as f: