tree類中的for循環(huán)一直報(bào)錯(cuò)Node node=new Node(function.getId(),function.getParentId(),function.getName(),"open",function.getSerialNum() ,new NodeAttribute(function.getId(),null==function.getUrl()? "": function.getUrl()));
Node node=new Node(function.getId(),function.getParentId(),function.getName(),"open",function.getSerialNum() ? ? ? ? ? ? ? ? ? ? ,new NodeAttribute(function.getId(),null==function.getUrl()? "": function.getUrl()));
2017-06-21
Node類里面缺少對應(yīng)的構(gòu)造函數(shù),或構(gòu)造方法里面變量的順序不對