This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<view>
<text>请输入第1个数字:</text>
<input type="number" bindinput="num1Input"/>
</view>
<text>请输入第2个数字:</text>
<input type="number" bindinput="num2Input"/>
<button bindtap = "compare">比较</button>
<text wx:if="{{result}}">比较结果:{{result}}</text>