rust 打印当前时间

let now = time::now();let f_now = time::strftime("%Y-%m-%dT%H:%M:%S", &now).unwrap();println!("now: {:?}", f_now);
相关文章
相关标签/搜索