Page({ /** * 頁面的初始數據 */ data: { words:[] }
<view wx:for="{{words}}" class='content-list' wx:key="item" wx:for-index="key"> <view class='content'>{{item.content}}</view> </view>