2014-06-18 2 views

답변

0

은 당신이 선택을 의미하는 것은 명확하지 않다,하지만 난 당신이 그래프를 조회하는 방법을 의미 같은데요 :

cy.nodes().not(':parent'); // all nodes who are not themselves a parent 
// or // 
cy.nodes(':child').not(':parent'); // all descendant nodes who are not themselves a parent 
+0

이 내가 꼭 필요한 것입니다. 고맙습니다! – shu

관련 문제