<template name="moban">
<view class="{{fa}}" style="{{fb}}" >
<view class="{{item.a}}" style="{{item.b}}" wx:for="{{ff}}" wx:key="index" bindtap="mobantap" data-arg="{{item.arg}}">
<view class="{{item.ta}}" style="{{item.tb}}" >{{item.t}}</view>
<template is="{{item.na||'div'}}" data="{{...item.dd}}" />
</view>
</view>
<view class="fengexian"></view>
</template>
可以嵌套多层模板吗
template 不能被递归调用,自定义组件可以