中文解析import urllibfrom urllib import parse# URL編碼與解碼wd4={"wd4":"客"}pw4=parse.urlencode(wd4)print(pw4)# url解碼s=
確定! 回上一頁