标签: javascript
假设我有一个html页面,其中包含click here等链接。
我希望当用户点击链接并在栏中打开链接时我想要提取该哈希值。
答案 0 :(得分:1)
试试这个,
var hashValue = window.location.hash.substr(1);