网页设计中的首页链接返回怎么设置呀

在网页设计里怎么在js文件中设置链接回到index.html文件的页面#HTML

img



<a href="index.html">返回</a>
重定向一下
window.location.href = "index.html";

用window.location.href

在角色介绍页面的<body></body>标签里加上下面语句.
<a href="../index.html">点击跳转</a>