如果你需要使用大量文本,可以尝试用宏 include_str! 来从本地文件中导入文本到程序中:
include_str!
let hello_html = include_str!("hello.html");