微信小程序拿到了JSON格式的数据,怎么拿到值并显示在页面上?

2024-12-30 14:35:45
推荐回答(1个)
回答1:

wxs
例如this.setData({
str:result.data
})
wxml
{str}
你需要在data里预先定义str