gpt4 book ai didi

node.js - 快速路线 : how to differentiate between url and parameter?

转载 作者:搜寻专家 更新时间:2023-10-31 23:46:57 24 4
gpt4 key购买 nike

如果我有两条路线:

app.get('/example/:param');
app.get('/example/url');

有没有办法阻止对 https://domainname.com:3000/example/url 的请求被视为 https://domainname.com:3000/examplereq.params.param = "url"

或者我应该只更改路线名称?!

最佳答案

最简单的解决方案是颠倒 app.get 调用的顺序。

另见 this answer更多方法。

关于node.js - 快速路线 : how to differentiate between url and parameter?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36399922/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com