1 简介

1)字符串

  带了换行符 

"你好\r\nhello\r\nworld"

 

2)使用{{}}直接展示

{{rowdetail.lastWeekContent}}

 

3)展示效果

  发现没有换行

image

 

2 处理

1)使用<pre>标签

<pre>{{rowdetail.lastWeekContent}}</pre>

 

2)展示效果

image