let href = location.href; href = href.substring(href.indexOf("#"), href.length); //判断是否存在# href.indexOf("#") !== -1