08 2020 档案
摘要:在html中可以直接使用<br />换行,但是小程序wxml中使用<br />无效,可以换成\n Page({ data: { title: '至少5个字\n请多说些感受吧' } }) <text>{{title}}</text> 一定要注意,text中\n才能生效,view里边直接写\n不行
阅读全文
摘要:1-vue-router 实例化时会初始化 this.history,不同mode对应不同的historyconstructor (options: RouterOptions = {}) { this.mode = mode switch (mode) { case 'history': this
阅读全文

浙公网安备 33010602011771号