pub fn wrap_text(text: &str, max_width: usize) -> Vec<String>
按显示宽度对文本进行自动换行 \n 字符会在该处断行(产生新的 wrapped line),\n 本身不出现在返回的行中
\n