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>
Run Code Online (Sandbox Code Playgroud)
当我改变它
<a id="sign_in_with_facebook" data-href="verify_phone_process_1.html" class="btn btn-default bubbla-btn">Sign In with Facebook</a>
Run Code Online (Sandbox Code Playgroud)
它没有重定向到verify_phone_process_1.html页面.