if str == "" { ... } if len(str) == 0 {...}
go语言 判断一个字符串是否为空
原文:https://www.cnblogs.com/shuai666/p/15194137.html