Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不要使用 href 属性,而是使用 onclick 属性。
<a onclick="$('#frmAddMedium').submit();" class="btn-primary btn-small">Add Medium</a>