let url = new URL('http://www.example.com/t.html?a=1&b=3&c=m2-m3-m4-m5'); let c = url.searchParams.get('c'); console.log(c);