天天看點

周遊js的obj中所有屬性得key

var obj = $("#jstree_default").jstree("get_checked");
    for (var a in obj) {
        alert(a);
    }      
js