This commit is contained in:
白茶清欢 2023-01-13 16:59:51 +08:00
parent 67e1cd1934
commit 8d464bb896

View File

@ -166,7 +166,7 @@ func (s *stringOperate) Map2Query(data map[string]string) string {
func (s *stringOperate) ClearSpace(src string, spaceList ...string) string {
if len(spaceList) == 0 {
spaceList = []string{
"",
" ",
`\r`,
`\n`,
`\t`,