cax
                                
                                 cax copied to clipboard
                                
                                    cax copied to clipboard
                            
                            
                            
                        group删除child后update没效果
var lastchild = group.children[group.children.length -1]; group.remove(lastchild) stage.update()
为什么没效果
stage上添加graphics后,使用group.removeChildAt(0),在stage上没有删除
group.remove()和group.removeChildAt()除了参数,还有什么区别?