computer_knowledge_notes/Languages/Rust/lib_std/macro.md

3 lines
93 B
Markdown

#### format
使用运行时表达式来创建`String`。`format!`常用来连接字符串。