<a href="javascript:;" class="return-topa">返回</a>
js:
$(".return-topa").click(function(){
window.history.back();
return false;
});
兼容ios android 的 返回按钮
最新推荐文章于 2025-03-26 11:43:44 发布
<a href="javascript:;" class="return-topa">返回</a>
js:
$(".return-topa").click(function(){
window.history.back();
return false;
});