微信小程序一些常用标签与html的对应关系
html | 小程序 |
---|---|
<div></div> |
<view></view> |
<h1></h1>...<h6></h6><p></p><span></span> |
<view></view> |
<i class="icon"> |
<icon></icon> |
<iput type="text"> |
<input/> |
<iput type="checkbox"> |
<checkbox/> |
<iput type="radio"> |
<radio/> |
<iput type="file"> |
<view bindtab="chooseImage"> |
<a href="#"></a> |