试试吧,牛的
function closeIt()
{
  return "你确定要退出XXX吗?";
}
window.onbeforeunload = closeIt;

相关文章:

  • 2021-11-16
  • 2021-08-07
  • 2021-08-30
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-01-19
  • 2021-08-01
  • 2021-09-06
  • 2022-02-05
  • 2022-12-23
相关资源
相似解决方案