bincoding

js代码

Page({
/**
* 页面的初始数据
*/
data: {
    words:[]
}

wxml代码

<view wx:for="{{words}}" class=\'content-list\' wx:key="item" wx:for-index="key">
    <view class=\'content\'>{{item.content}}</view>
</view>

分类:

技术点:

相关文章:

  • 2021-12-03
  • 2021-09-17
  • 2022-03-13
  • 2021-11-19
  • 2021-12-21
  • 2021-07-30
  • 2022-01-04
猜你喜欢
  • 2021-11-19
  • 2021-12-30
  • 2022-01-15
  • 2022-01-17
  • 2021-07-13
  • 2021-08-24
相关资源
相似解决方案