Closed tianyagongcishi closed 10 years ago
hello, i have a object,like this: var user = { hobby:['sing', 'tour'] } var outerArray=['sing', 'game'];
how can i get the 'sing' in the user's hobby property array? not the outerArray's
grasp 'prop[key=#hobby] "sing"'
tks
hello, i have a object,like this: var user = { hobby:['sing', 'tour'] } var outerArray=['sing', 'game'];
how can i get the 'sing' in the user's hobby property array? not the outerArray's