src 动态引入会报 WXMLRT_$gwx:./pages/index/index.wxml:import:8:6: Path `{{item.link}}` not found from `./pages/index/index.wxml`.
代码如下:
<block wx:for=’{{data}}’ wx:key=’{{item.name}}’>
<import src=’{{item.link}}’/>
<template is="{{item.name}}" data="{{…item}}"></template>
</block>
不能。