📅  最后修改于: 2022-03-11 14:57:42.257000             🧑  作者: Mango
代码示例2
function goBack() {
window.location.hash = window.location.lasthash[window.location.lasthash.length-1];
window.location.lasthash.pop();
}