Blogger Information
Blog 6
fans 341
comment 0
visits 5883
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
小程序模版引入
大家讲道理的博客
Original
989 people have browsed it

看了下小程序的一些基本语法,发现语言总有相似之处

<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!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post