方法一:将button改a标签,样式不变
方法二:在<button ...>中添加type="button",即<button type="button">即可解决
由于比较简单,只是一些小坑,注意就好,在此不做例子演示