---
slug: "jsでurlをパースしてクエリ引数を取得する"
title: "JSでURLをパースしてクエリ引数を取得する"
description: "new URL(location.href).searchParams.get(&#x27;q&#x27;)"
url: "https://www.ytyng.com/blog/jsでurlをパースしてクエリ引数を取得する"
publish_date: "2017-03-02T05:50:34Z"
created: "2017-03-02T05:50:34Z"
updated: "2026-02-26T04:13:26.540Z"
categories: ["Javascript"]
keywords: ""
featured_image_url: "https://media.ytyng.com/resize/20230812/76af76e95fbe4b2891031256ee91f84f.png.webp?width=768"
has_video: false
has_music: false
video_urls: []
music_urls: []
lang: "ja"
---

# JSでURLをパースしてクエリ引数を取得する

<pre>new URL(location.href).searchParams.get('q')</pre>
