淘先锋技术网

首页 1 2 3 4 5 6 7

一.微信小程序标签和Html标签的对比

html小程序
<div></div><view></view>

<h1><h2>....<h6>

<p><span>

<text></text>

<input type="text">

<input type="checkbox">

<input type="radio">

<input type="file">

<input />

<checkbox />

<radio />

<view bindtap="changeImage"></view>

<select>

  <option></option>

  <option></option>

</select>

 

<picker range="{{area}}">

  <view> {{area[index]}}</view>

</picker>

 

 <a href="#" target="_blank" rel="external nofollow" ></a> <navigator url="#" redirect></navigator>
 <img src=""><image mode="aspectFill" src=""> 
 <i class="icon"></i> <icon></icon>

 二.微信特有的标签

 

待更。。。。。。

借鉴:https://blog.csdn.net/Strawberry_595/article/details/83277746

借鉴:https://developers.weixin.qq.com/miniprogram/dev/component/

https://blog.csdn.net/henryhu712/article/details/80464723