map增加toString
This commit is contained in:
@@ -38,4 +38,6 @@ type EasyMap interface {
|
||||
Iterator(IteratorFunc)
|
||||
// ToStruct 转换成结构体
|
||||
ToStruct(receiver interface{}) error
|
||||
// ToString 转为字符串
|
||||
ToString() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user