price + '元'; }, newslist: function() { for (var i = 0; i < this.newsList; i++) { return '' + this.newsList[i].title + '-' + this.newsList[i].date + ''; } } } }) 希望循环输出newsList的内容。应该怎么写呢?另外,倒序排序reverse()好像也不对 vue.js 有用1关注4...