js 跳转:我想在./admin/index.html中跳转到,./index.html;如何用js实现?
js 跳转:我想在./admin/index.html中跳转到,./index.html;如何用js实现?
日期:2021-06-06 06:05:47 人气:1
./admin/index.html的
<body onload="location.href='../index.html'">
<body onload="location.href='../index.html'">