Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなパスが必要です: /skittles?type[]=blue&type[]=green( と同じですx-www-form-urlencodedが、これは API の get リクエストです)。
/skittles?type[]=blue&type[]=green
x-www-form-urlencoded
次のコードがある場合、オプションのパラメーターをルート パス (現在は /skittles) に追加するにはどうすればよいでしょうか?
app.get('/skittles', callback);