|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序# a+ R9 A) u5 \" [, [
其中有一段如下
/ I# \: l: k3 @* ]% p$ Kask turtles with [ infected? = true ] 6 f: T" v$ r5 V1 M, }+ ~
我原本以为这句会回传『所有』infected? = true 的 turtle- [. ^+ @1 }! M$ h: q5 V( q! I) ?
但看结果似乎不是这样。
4 h% q0 X* W2 T7 M
# G5 s: v1 L8 e5 Z假设所有符合条件的有 5 笔5 j+ T u* g q1 C* [; K
有时候回传 1 笔,有时回传 3 笔,是不固定的* }* q4 k' r$ Y7 }+ e+ S
回头查语法定义' P, K/ o( a2 X/ ^8 u6 Y( D
with
" U8 U1 n5 N! h2 p' x- vagentset with [reporter]. `: x4 I c4 c9 |) i! x
Takes two inputs: on the left, an agentset (usually "turtles" or "patches"). On the right, a boolean reporter. Reports a new agentset containing only those agents that reported true -- in other words, the agents satisfying the given condition.: |3 t+ c9 O1 P) U) I+ @9 A' H2 I! K
它只说回传 agents satisfying the given condition
, q7 q: r4 T5 G, M4 Z, T是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? " l5 { l+ }. \5 A7 V9 D
' k6 B+ V- _7 u$ m* u8 U
想确定一下
/ c- \. Z9 g9 @- ?谢谢!' s: P+ D2 e7 G0 L, o5 f# u
|
|