JQUERY获取当前页面的URL信息

作者:Liaodeity

利用jquery获取地址信息,描点等参数信息。设置或获取对象指定的文件名或路径。window.location.pathname例:http://localhost:8086/topic/index?topicId=361alert(window.location.pathname); 则输出:/topic/index...