摘要: CENTRAL STRING function central_line() { #输入字符串长度 str_length=${#1} #echo ${str_length} #中心线长度 line_length=$(( (120-${str_length}) / 2 )) #echo ${line_ 阅读全文
posted @ 2021-04-17 00:14 MOVIT 阅读(41) 评论(0) 推荐(0)