在action里把list转成json再返回给AJAX。返回一个数组对象data = [{title:123,other:1},{title:222,other:1},{title:444,other:1}], 这样用each迭代数组,data[0].title data[1].title data[2].title 就是每项每个title的值