微信小程序换行,空格的写法

如果对您有帮助,请关注我,欢迎加入微信小程序开发交流QQ群(173683866),有问题可以加群问我或者问群里的大神!!!

{ text: '12测试换\n行符,测试\t空格' }

< text >{{text}} </ text >



\n  换行     

\t   空格



<text decode="{{true}}">&nbsp; &lt; &gt; &amp; &apos; &ensp; &emsp;</text>  text可以识别

猜你喜欢

转载自blog.csdn.net/qq_35713752/article/details/80693421