apiv1

数组转字符串

// &[u8] 转 &str
let data = core::str::from_utf8(data_str).unwrap()