|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
. n5 h3 [2 P( k2 \* a7 ]其中有一段如下
& Y0 j* y4 B0 Q7 k: L0 e2 U+ ^ask turtles with [ infected? = true ] 2 ?2 t0 |8 p4 ]
我原本以为这句会回传『所有』infected? = true 的 turtle
w3 V3 `* d* S8 ^但看结果似乎不是这样。
6 U7 `9 ~; r- [9 m; C" {. R- Q. v- k7 i9 J0 W$ N- e! o
假设所有符合条件的有 5 笔
: N) h: c0 H& ]- [- D有时候回传 1 笔,有时回传 3 笔,是不固定的
- V/ y! [ Y8 V4 G. S. J3 H5 X回头查语法定义
" h; W2 t/ r' \- `( t0 j1 Bwith , M2 Y% ]# h" _
agentset with [reporter]0 g$ @5 f1 c/ s- D( g% a
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.
4 i; Q$ d: U. r7 L它只说回传 agents satisfying the given condition
1 ], |0 `' I& b' n5 Z是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
, c# F# r# z! Z0 M( W: g# T% F6 U: Z+ b2 q7 P9 c
想确定一下
0 V5 V7 z1 ^# ^1 ~; n' j8 R谢谢!/ e1 o8 J7 U& p& X7 a
|
|