The data is UTF-8 encoded bytes escaped with URL quoting, so you want to decode, ... If you are using Python 3, you can use urllib.parse
確定! 回上一頁