微信小程序的标签和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>


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM