保持网页置顶的效果 win_top == window.top.location = window.self.location;
2017-05-28 11:26:11 访问(1378) 赞(0) 踩(0)
function win_top() {
if (window.top != null && window.self != null && top.location != self.location)
window.top.location = window.self.location;
}
win_top();
上一条:
下一条:
相关评论
发表评论