We saw that the string iterator on the bytes of a string is created using the bytes function. for byte in "ۏe".bytes() { print!("{} ", byte); } Another way ...
確定! 回上一頁