JavaScript页面置顶
2016-02-08 12:05:02 访问(1778) 赞(0) 踩(0)
<script language="javascript" type="text/javascript">
function win_top() {
if (window.top != null && window.self != null && top.location != self.location)
window.top.location = window.self.location;
}
win_top();
</script>
标签:
JavaScript页面置顶 


上一条:
下一条:
相关评论
发表评论