【发布时间】:2016-03-15 19:13:52
【问题描述】:
html <a></a> 标签中的 href 和 data-href 属性有什么区别?
我当前的代码写在下面:
<a id="sign_in_with_facebook" href="verify_phone_process_1.html" class="btn btn-default bubbla-btn">Sign In with Facebook</a>
当我将其更改为
<a id="sign_in_with_facebook" data-href="verify_phone_process_1.html" class="btn btn-default bubbla-btn">Sign In with Facebook</a>
它没有重定向到 verify_phone_process_1.html 页面。
【问题讨论】:
标签: html custom-data-attribute