Commit 033915c9 authored by 赵威's avatar 赵威

add size

parent 9bd0f229
...@@ -70,6 +70,7 @@ object ES { ...@@ -70,6 +70,7 @@ object ES {
val a = resp.result.to[Character] val a = resp.result.to[Character]
println("%%%%%%%%%%%") println("%%%%%%%%%%%")
println(a.size)
a.foreach(x => println(x.id, x.index)) a.foreach(x => println(x.id, x.index))
println("%%%%%%%%%%%") println("%%%%%%%%%%%")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment