可以使用正则表单时,切割处理这种方式比较灵活。

还有一种简单方式:

使用 css 属性 :white-space:pre-wrap

 

举个例子:

<view style="white-space:pre-wrap">

文本保留空格和回车

</view>