{
name: 'John',
age: 30,
hobbies: ['reading', 'coding', 'swimming'],
address: {
street: '123 Main St',
city: 'New York',
country: {
name: 'Main ',
codex: '123',
ss: 'fdfdf'
}
}
}
when i select codex ,I want get codex and country and address
function onSelect(e) {
console.log("onSelect")
console.log(e)
}
Thanks very much