html 中 a 标签中 href 的路径相关问题
一、普通情况
假设浏览器目前指向 http://foo/bar/baz.html 这个地址,那么:
二、有 BASE 的情况
下面这个链接将指向 http://example.com/foobar/reset/index.html ,不管当前是在哪里。
Base element example
参见:https://stackoverflow.com/questions/10659459/starting-with-a-forward-slash-in-html-for-href