python string有兩種,一種是預設的byte string,另一種是unicode string。 python string是一連串的byte,預設是用ascii來encode。
確定! 回上一頁