为什么button下的image不显示,把button换成view就显示了?
为什么button下的image不显示,把button换成view就显示了?
// 不显示
<button>
<image src=""连接></image>
</button>
// 显示
<view>
<image src=""连接></image>
</view>
// ? ? ?
为什么button下的image不显示,把button换成view就显示了?
// 不显示
<button>
<image src=""连接></image>
</button>
// 显示
<view>
<image src=""连接></image>
</view>
// ? ? ?