string_encode = string_unicode.encode("ascii", "ignore") string_decode = string_encode.decode() print(string_decode).
確定! 回上一頁