console.log("======================")
    // 转对象
//var obj = eval('(' + data + ')');
    // 转对象
// var obj = JSON.parse(data)
// 对象转字符串
    console.log(JSON.stringify(data))
    
    console.log(data[0].titleText)

 

posted on 2014-08-13 16:40  凌度  阅读(201)  评论(0编辑  收藏  举报