摘要: 话不多说,直接上 if (window.performance.navigation.type 0/* 正常访问 */) { // 你要干的事 } else if (window.performance.navigation.type 1/* 刷新 */) { // 你要干的事 } else if 阅读全文
posted @ 2020-09-01 22:02 kensoz 阅读(747) 评论(0) 推荐(0) 编辑