window.location.hash 使用说明
var hash;
hash = (!window.location.hash)?"#search":window.location.hash;
window.location.hash = hash;
//这里我们解释一下(!window.location.hash)什么意思?首先如果当前页面的地址栏的链接地址 不包含#....的这些的话,直接取值的话,他会为空!比如这个例子,https://www.jb51.net/直接取 alert(window.location.hash)//""空 转化为 boolean值 为 false
// 如果 https://www.jb51.net#hello,world直接取 alert(window.location.hash)//#hello,world 转化为 boolean值 为 true
//下面的就是 可以用switch判断
//调整地址栏地址,使前进、后退按钮能使用
switch(hash){
case "#search":
show("panel1");
break;
case "#advsearch":
show("panel2");
break;
case "#adminboss":
show("panel3");
break;
}
相关文章
- window属性onbeforeunload语法教程示例
- Windows系统怎么添加Ubuntu启动项?
- Windows如何安装Mac任务栏 Windows打造Mac任务栏图文教程
- windows下刷新主板bios图文教程
- Windows7升级顾问 V2.0.5002.0 官方免费安装版
- Windows3.2下载地址以及Windows 3.2安装图文教程
- windows8系统自带的磁盘管理工具实现简单无损分区
- windows server2012上配置IIS全过程(附详细步骤)
- win11错误代码0x80004005怎么解决? 修复Windows错误代码0x80004005的技巧
- Samsung Kies v3.2.15041_2 三星手机PC套件 windows版 中文官方安装版