2013-03-21 81 views

回答

0
var ids = []; 
$('.jstree-leaf').each(function(){ 
    ids.push($(this).attr('id')); 
}); 
+0

是的,非常感謝你! – Hellfire7707 2013-03-22 00:10:22