pub fn pad(text: &str, length: usize, fill_char: char) -> String
填充文本到指定长度
text
length
fill_char
填充后的文本