Possible Duplicate:
Find the “#” character in a string with Javascript
How do I get the value after hash (#) from a URL using jquery
我能在浏览器地址栏上找到值吗?
例如从URL:http://test.com/#div1
我可以用javascript从那个url获取div1吗?
最佳答案
您可以使用window.location.hash
。
Possible Duplicate:
Find the “#” character in a string with Javascript
How do I get the value after hash (#) from a URL using jquery
我能在浏览器地址栏上找到值吗?
例如从URL:http://test.com/#div1
我可以用javascript从那个url获取div1吗?
最佳答案
您可以使用window.location.hash
。