TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Query-Params.js

1 pointsby cjsturgessalmost 5 years ago

2 comments

cjsturgessalmost 5 years ago
I know it's not much, but I made a very small, simple tool that fetches the query parameters passed to a web page and makes them available under window.location.query. I found myself reusing this a lot for different projects and thought that I'd share. :)
评论 #23694330 未加载
Nijikokunalmost 5 years ago
Does it support PHP query format?<p>foo[bar]=x&amp;foo[bar]=y
评论 #23696139 未加载