📅  最后修改于: 2022-03-11 15:01:50.795000             🧑  作者: Mango
function goBack() {
window.location.hash = window.location.lasthash[window.location.lasthash.length-1];
window.location.lasthash.pop();
}