3 回答

TA貢獻(xiàn)1807條經(jīng)驗(yàn) 獲得超9個(gè)贊
document.referrer
window.history

TA貢獻(xiàn)1876條經(jīng)驗(yàn) 獲得超6個(gè)贊
history.back(); //Go to the previous pagehistory.forward(); //Go to the next page in the stackhistory.go(index); //Where index could be 1, -1, 56, etc.
添加回答
舉報(bào)