1.需要使用button按钮时,并且希望按钮可以跳转至其他链接时,代码不应写成,button标签中加a标签,而应该在a标签中加入button标签
Example:
<a href="{{ url_for('login') }}"><button class="btn btn-default navbar-btn" type="button" href="{{ url_for('login') }}">log in</button></a>
2.
1.需要使用button按钮时,并且希望按钮可以跳转至其他链接时,代码不应写成,button标签中加a标签,而应该在a标签中加入button标签
Example:
<a href="{{ url_for('login') }}"><button class="btn btn-default navbar-btn" type="button" href="{{ url_for('login') }}">log in</button></a>
2.
1850
4042

被折叠的 条评论
为什么被折叠?
