document.write(location.hash);为什么写这个没反应?
location.hash则可以是用来获取或设置页面的标签值。比如http://domain/#admin的location.hash="#admin"