我正在使用以下代码更新div
echo $this->Js->link($station["Company"]["name"],
array('action' => 'station_users','company_id'=>$station["Company"]["id"]),
array('id'=>'team_member'.$x, 'update' => '#myDIV')
);
但现在我需要更新多个 div。我该怎么做?我想通过单击该链接来更新多个 div。