在html中写button时有些人喜欢这样写:
<button class="mui-pull-left" >取消</button>
<button type="button" class="mui-pull-left">取消</button>