微信小程序问题收纳盒

微信小程序中 text组件里不能使用空格回车的解决办法

2018-08-26  本文已影响0人  渔父歌

text 组件的 decode 属性设置为 true 就可以在 text 组建里使用 html编码后的字符和转义字符了,如:

<text decode='true'>&nbsp;\n</text>

这里面 &nbsp\n 表示一个空格和回车。

我的博客即将搬运同步至腾讯云+社区,邀请大家一同入驻:https://cloud.tencent.com/developer/support-plan?invite_code=1rnt7adfuxqsd

上一篇下一篇

猜你喜欢

热点阅读