为什么后台传来的数据里面包含\n不能解析成换行
title和id都是string类型,变量id就可以转换成换行
我知道了,
res.data.data[i].title.replace(/\\n/g, “\n”)就可以了