<view>第一行文字\n第二行文字</view>
![](https://img.haomeiwen.com/i2995184/24957ad0296c1bfc.png)
view标签文字换行,需要设置属性white-space: pre-wrap;
来让文本保留空格和回车,例如上例:
<view style="white-space: pre-wrap;">第一行文字\n第二行文字</view>
![](https://img.haomeiwen.com/i2995184/9d2c359c7e36d223.png)
<view>第一行文字\n第二行文字</view>
view标签文字换行,需要设置属性white-space: pre-wrap;
来让文本保留空格和回车,例如上例:
<view style="white-space: pre-wrap;">第一行文字\n第二行文字</view>
本文标题:微信小程序 文字换行
本文链接:https://www.haomeiwen.com/subject/khposltx.html
网友评论