1.
// 访问根目录
<a href="/" />
// localhost:8080/about 不带域名
<a href="/about" />
// localhost:8080/domain/about 带有域名
<a href="about" />