赞
踩
msg
为后台返回数据
replace(/\n/g, '<br/>')
处理换行
<div class="listCon" v-html="msg.replace(/\n/g, '<br/>')"></div>
<div class="listCon" v-html="msg.replace(/\n/g, '<br/>')"></div>
this.msg = msg.replace(/\#/g, "<br/>"); //去掉#换成换行符
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。