小程序开发

时间:2020-04-16 19:20:03   收藏:0   阅读:81

小程序开发
一、WXML四大特性
1.数据绑定

  • 列表项目

2.列表渲染

  • 列表项目

3.条件渲染

  • wxml中:wx:if wx:elif wx:else
  • js中:condition:Math.floor(Math.random()*3+1)1~3的随机数

Math.random()生成一个0~1的浮点数
Math.floor9()对浮点数下取整

4.模板及引用

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!