怎么实现,js返回上一页并刷新上一页面?

setTimeout(function(){history.go(-1);self.opener.location.reload();},2000);
2024-11-22 18:31:35
推荐回答(1个)
回答1:

你这些的这个方法就可以试试啊。