macro_rules! write { ($dst:expr, $($arg:tt)*) => { ... }; }. Writes formatted data into a buffer. This macro accepts a format string, a list of arguments, ...
確定! 回上一頁