rust 打印當前時間

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