({
"SplitStr" : ",, "
"Address" : {
"Name" : "ooo,"
"The mobilephone" : "86-13223084831,"
"Phone" : ", "
"Addr" : "PPPPPP,"
"Post" : "000000"
}
})
CodePudding user response:
Var arr=[]
Var obj={
"SplitStr" : ",, "
"Address" : {
"Name" : "ooo,"
"The mobilephone" : "86-13223084831,"
"Phone" : ", "
"Addr" : "PPPPPP,"
"Post" : "000000"
}
}
Arr. Push (obj)
The console. The log (arr [0])
CodePudding user response:
Added after the array is the fact that the arr [0] this is underfined
CodePudding user response: