std::str::from_utf8(buf.as_slice()).unwrap() should give you a &str of the data, which you can convert to a String if need be:
確定! 回上一頁