摘要: /** * Created by fa on 2016/3/15. */ var data = { name:"hello", children:[{ name:"child", height:50 }] } console.log(JSON.stringify(data)); //第二个参数是数组就表示只获取指定的属性 console... 阅读全文
posted @ 2016-03-16 21:45 给力叔 阅读(286) 评论(0) 推荐(0) 编辑