65001 是UTF8 的編號。 如果你希望從Python 下手,則可以參考以下範例: s = "Hello 你好" print(s.encode("utf8").decode ...
確定! 回上一頁