赞
踩
changeLine(str){ // console.log('str',str) if(str !=null){ return str.replace(/\\n/gmi, '<br>') } },