pub fn strip_line_comments(text: &str) -> String
去掉整行 # 注释(不处理字符串内的 #);str fmt --strip-comments 的唯一入口。
#
str fmt --strip-comments