python字符串方法之填充和清除 str.center(width[,fillchar]) 【作用:根據寬度讓字符串居中,默認填充空格,可以自定義填充字符】 【英語:center=>居中,width=》寬度, ...