Var test = new array();
var obj = new object();
obj.tmp1 = "1";
obj.tmp2 = "2";
test.push(obj);
console.log(test);
Var test = new array();
var obj = new object();
obj.tmp1 = "1";
obj.tmp2 = "2";
test.push(obj);
console.log(test);