Python3's urlsplit() chokes on bytes input with non-ASCII chars, # so let's decode (to Unicode) ... percent-encode offending bytes decoded = to_unicode(url, ...
確定! 回上一頁