看了下小程序的一些基本语法,发现语言总有相似之处
<import src="相对路径" />
<template class="模版文件名">
模版文件内容
</template>
引入
<template is=“模版文件名” data="{{数据绑定 子元素名称}}"/>
绑定详情页
<view catchtap=“事件名称”>
<template is=“模版文件名” data="{{数据绑定 子元素名称}}"/>
</view>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!