how do I .decode('string-escape') in Python3? ... If you start with a str object instead (equivalent to the python 2.7 unicode) you'll need to encode to bytes ...
確定! 回上一頁