Just use urllib.parse.unquote() : >>> import urllib.parse >>> urllib.parse.unquote('id%253D184ff84d27c3613d%26quality%3Dmedium') ...
確定! 回上一頁