JS

1、遍历json for(var key in json){
//console.log(key);
//console.log(json[key])
}

2、前后端分离的思考与实践
http://ued.taobao.org/blog/2014/04/full-stack-development-with-nodejs/
http://ued.taobao.org/blog/2014/04/xtpl/

你可能感兴趣的:(JS)