取代非法字符print(string) # 字符串轉bytes方式一str1='逆火' b=bytes(str1, encoding='utf-8') print(b) # 字符串轉bytes方式 ...
確定! 回上一頁