url編碼問題:將字符串中的20%轉成空格

URL編碼
#將字符串中的20%轉化成空格
import urllib.parse s = 'LANGRIA%20Bamboo%20Clothes%20Rack' a = urllib.parse.unquote_plus(s) print(a)

 

參考連接:https://imdigger.com/Python/urlencode_or_urldecode.htmlhtml

相關文章
相關標籤/搜索