read() first loads the file in binary format, then .decode() converts it to a string using Unicode UTF-8 decoding rules. Python automatically ...
確定! 回上一頁