<!--index.wxml--> <view class="container" id="v"> <text>hello, 小程序。</text> <view>嵌套使用view组件</view> </view>