例:
www.site.com/index.php#hello
使用jQuery,我想将值hello放在变量中:
hello
var type = …
不需要jQuery
var type = window.location.hash.substr(1);