onbeforeunload="location=location"
问题描述:
onbeforeunload="location=location"
答
onbeforeunload="location=location"
onbeforeunload 能引起当前页面发生跳转的任何动作,都会触发这个事件,并且它先于unload事件被触发.
第一个location 就是跳转的意思 =后面加路径
第二个location 应该是传递的参数