小程序WXML基本使用 数据绑定 <!–wxml–> <view> {{message}} </view> // page.js Page({ data: { message: ‘He … 继续阅读 小程序WXML基本使用