小程序不识别 <br/>
小程序中用\n
不能直接使用本地图片当背景图(要么网络图片的url 要么把本地图片转为base64)
<view class="home-body" style="background:url('http://img6.bdstatic.com/img/image/smallpic/PPT1215.jpg') no-repeat;"></view>
<view class="home-body" style="background:url('bendi图片转换后的base64编码') no-repeat;"></view>
网友评论