|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
& N" q) y& h3 _6 G2 l1 g- A2 ` w( C) |其中有一段如下
/ b$ H. ]% P6 M! @; A- Vask turtles with [ infected? = true ]
( _6 m3 {7 |4 Q( Z$ ]! P, B我原本以为这句会回传『所有』infected? = true 的 turtle0 G7 C# Y) F: X$ I) G' e4 ? i4 ~
但看结果似乎不是这样。 g/ |( |$ E/ u' ^1 E" ]: R* J
/ D3 v6 o# D5 u
假设所有符合条件的有 5 笔: R0 f6 ~# `; ?
有时候回传 1 笔,有时回传 3 笔,是不固定的
; {4 s9 S9 L6 K8 x7 d; z回头查语法定义 ^, @$ M+ p, u9 n
with
: |) K6 v0 s7 kagentset with [reporter]
) n! R7 A+ p# S' JTakes 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.
$ p/ v6 Y+ a" K7 U2 _3 c它只说回传 agents satisfying the given condition4 P! O4 [; z I# Q! s
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? " Y W& Y' Z6 T" _# J' R- i
$ Y+ R4 }2 t+ f' L$ \* u7 Z想确定一下
7 s7 x, F; _- ?. k" G- [+ K4 y# Q谢谢!
' m( R- D5 I3 c7 y8 A/ v3 a& _ |
|