Workaround: If you are interested in CPython compatibility, don't use .format() on bytes objects. Sample code: print(b"{}".format(1)) ...
確定! 回上一頁