[macro_use] extern crate log; fn main() { debug!("hello, "); info!("world!"); } 매크로가 다른 모듈에 있는 경우 macro_use 어트리뷰트를 써서 ...
確定! 回上一頁