最終更新:2023-12-25 (月) 19:05:21 (121d)  

app.get
Top / app.get

app.get(name)
app.get(path, callback [, callback ...])

http://expressjs.com/en/4x/api.html#app.get

パス

  • A string representing a path.
  • A path pattern.
  • A regular expression pattern to match paths.
  • An array of combinations of any of the above.