小程序开发----微信小程序直接写 设置空格无效
时间:2020-06-11 13:52:08
收藏:0
阅读:173
1.微信小程序直接写 设置空格无效
解决:卸载<text>组件中,并设置decode属性为true即可。
1 <view class=‘text operation‘> 2 <text decode="true" >查 看</text> 3 </view>

原文:https://www.cnblogs.com/chocolatexll/p/13092341.html
评论(0)