strip 去除(多余空格)
优质
小牛编辑
130浏览
2023-12-01
This replaces all repeated spaces, newlines and tabs with a single space, or with a supplied string.
用一个空格或一个给定字符替换所有重复空格,换行和制表符.
Note: If you want to strip blocks of template text, use the strip function.
注意:如果想要去除模板文本中的区块,请使用 strip函数
Example 5-19. strip
|