在html中可以直接使用<br />换行,但是小程序wxml中使用<br />无效,可以换成
Page({ data: { title: '至少5个字 请多说些感受吧' } }) <text>{{title}}</text>
一定要注意,text中 才能生效,view里边直接写 不行
string = string.replace(/ /g," "); string = string.replace(/ /g," ");
在html中可以直接使用<br />换行,但是小程序wxml中使用<br />无效,可以换成
Page({ data: { title: '至少5个字 请多说些感受吧' } }) <text>{{title}}</text>
一定要注意,text中 才能生效,view里边直接写 不行
string = string.replace(/ /g," "); string = string.replace(/ /g," ");