|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
! N' H! }9 P* L* W% n0 M1 @其中有一段如下
1 X9 G" [3 N, q/ ?. J0 W6 u2 mask turtles with [ infected? = true ] ' n' _" ~$ q' l5 W/ Y
我原本以为这句会回传『所有』infected? = true 的 turtle) S2 s/ q5 S. _& b, t" d% ~ ]
但看结果似乎不是这样。
# x B3 h- S& u p$ Z. N' {, r
# k; N/ p0 U* b假设所有符合条件的有 5 笔
: q. e+ Y" g! j, U7 d; D有时候回传 1 笔,有时回传 3 笔,是不固定的8 p; l2 \+ z$ ]4 k! l3 D
回头查语法定义
/ \. E) Z8 x1 jwith
5 o) `+ \# T: b; }5 Hagentset with [reporter]
' w6 {4 R3 E3 h/ {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.
% r# o+ N7 I9 @6 l! x它只说回传 agents satisfying the given condition' e6 W1 a3 U* b1 k, Q
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
: ~- J/ H5 t& [3 `
3 d! |3 `) D3 R9 F7 A想确定一下3 G8 T( U0 v+ T; m# B' Y
谢谢!6 L1 R% b; x/ j G/ W
|
|