In a Python string constant, \xa0 means Unicode codepoint #160 (NO-BREAK SPACE). When we encode that codepoint in UTF-8, it takes two bytes.
確定! 回上一頁