前端小白,记录一下。
以如下URL为例:
http://xuexi.ggsddu.com/index.html?x=1&y=2&z=3
location.href得到的是整个URL,即http://xuexi.ggsddu.com/index.html?x=1&y=2&z=3
location.search得到的是从?开始的字符串,即?x=1&y=2&z=3
location其实是一个对象,详见Location 对象
前端小白,记录一下。
以如下URL为例:
http://xuexi.ggsddu.com/index.html?x=1&y=2&z=3
location.href得到的是整个URL,即http://xuexi.ggsddu.com/index.html?x=1&y=2&z=3
location.search得到的是从?开始的字符串,即?x=1&y=2&z=3
location其实是一个对象,详见Location 对象