// 试试这样,我没试var jsonObj = JSON.parse(你的json字符串);for( var key in jsonObj) { var title = jsonObj[key].title;}