data: { message:"bob"} 获取message的方法是this.message
如果数据是数组对象
data: { items:post_list }
在渲染后的列表中绑定方法,怎么在methods中获取到具体对应的某一项的值,比如hc_id
相关分类