首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
js判断用户是否是刚进入页面
js判断用户是否是刚进入页面
mac
2025-02-17
7
function isNewOpen(){ if(window.history&&window.history.length<2){//外部链接 return true; }else{ return false; } }
转载请注明原文地址: https://mac.8miu.com/read-500520.html
最新回复
(
0
)