Get URL without the hash ... var url = window.location.href;. var hash ... var hashless_url = url.substr(0, index_of_hash);.
確定! 回上一頁