微信小程序的标签和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="#"></a>  <navigator url="#" redirect></navigator>
 <img src=""> <image mode="aspectFill" src=""> 
 <i class="icon"></i>  <icon></icon>

猜你喜欢

转载自www.cnblogs.com/sllzhj/p/10419292.html
今日推荐