赞
踩
var result = [];
result.push({
'id': 1,
'name': 22,
'path': 333,
})
result.push({
'id': 4444,
'name': 666,
'path': 000,
})
var jsonstr = JSON.stringify(result);
console.log(JSON.parse(jsonstr));
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。