Textarea /n 内容展示时实现换行 StavinLi 2023-11-14 54 阅读1分钟 <div class="content">11111111/n2222222/n3333333<div> 添加样式如下: .content{ white-space: pre-line; }