encode let b64txt = base64::encode(data); // decode let data = base64::decode(b64txt).unwrap();
確定! 回上一頁