@@ -211,6 +211,7 @@ func RemoveAsymmetric(text string) string {
}
func OtherClean(field, text string) string {
+ text = RemoveHeadAndEndSpace(text) //去除首尾空格
if AsyField[field].(bool) {
text = RemoveAsymmetric(text) //特殊符号