发布网友 发布时间:2022-05-03 01:29
共1个回答
热心网友 时间:2022-05-17 18:18
location.href=document.referrer;追答document.referrer 來訪路徑
A.htm 跳去 B.htm 時,
B.htm 使用 location.href=document.referrer; 會正常跳回A.htm
當直接打開 B.htm document.referrer 是沒有值的
=================================================
1.能把你想實現的效果描述清楚嗎?
2.你現在所寫的代碼發出來,要不然 history.back() history.go(-1) location.href=document.referrer; 不可能不能使用的
window.open(document.referrer);