fix
This commit is contained in:
parent
58140add3d
commit
8f8476eed0
@ -167,9 +167,9 @@ func (s *stringOperate) ClearSpace(src string, spaceList ...string) string {
|
||||
if len(spaceList) == 0 {
|
||||
spaceList = []string{
|
||||
" ",
|
||||
"\\r",
|
||||
"\\n",
|
||||
"\\t",
|
||||
"\r",
|
||||
"\n",
|
||||
"\t",
|
||||
}
|
||||
}
|
||||
for _, item := range spaceList {
|
||||
|
Loading…
x
Reference in New Issue
Block a user