|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序! h* J+ u5 `! `" K& L2 w+ { T
其中有一段如下/ P" V" u) ^7 i$ Z" U5 U: J1 |6 r
ask turtles with [ infected? = true ] : J/ ]+ C- z& ?5 `8 a4 t! E1 r3 }
我原本以为这句会回传『所有』infected? = true 的 turtle
% \# T6 l" F6 [, M9 q- \但看结果似乎不是这样。
k5 G) A- t, K6 T& N* c
9 h5 |8 s ]/ ]! K9 K) n假设所有符合条件的有 5 笔9 Y# P9 V0 Y& q, C4 e# j
有时候回传 1 笔,有时回传 3 笔,是不固定的
, E; ?8 _3 C* O回头查语法定义
5 L/ G4 s7 A7 k6 D! y% Fwith
0 n8 F) Z) e2 I: {# p" Sagentset with [reporter]6 C2 F- H- \2 ?; }% s u9 O
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.6 u8 a2 P7 U' E) U
它只说回传 agents satisfying the given condition- {- A( D9 H; X8 a. q; B$ ?7 }
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
2 |$ s. Q- u) o8 Q6 }/ I) l
" R! Q x; A! x c% q& h想确定一下
. Q+ Z6 g8 W$ E B1 J) _谢谢!4 x0 p9 p3 w- n. U% w5 W, ^
|
|