微信小程序的標簽和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