TooBug/wemark

还是没有解决,微信小程序原生开发,请问从服务端读取的字符串怎么正确解析?

iyzrj opened this issue · 1 comments

iyzrj commented

如果是本地读的模板字符串是可以正确解析,那么从服务端接口读的就不是模板字符串。

需要加上换行符存入数据库,且每行字符串前不能有空格。

    const md = '\
# 我是标题\n\
我是第一行内容\n\
\n\
我是第二行内容\n\
\n\
结束\
'