📜  如何从文件中获取文本并将其存储在变量 rust 代码示例中

📅  最后修改于: 2022-03-11 14:49:25.830000             🧑  作者: Mango

代码示例1
let hello_html = include_str!("hello.html");