base64 = "0.12.1"use base64::{encode, decode};fn main() { let a = b"hello world"; let b = "aGVsbG8gd29ybGQ="; assert_eq!
確定! 回上一頁