gpt4 book ai didi

javascript - ExpressJS Route 中的正则表达式

转载 作者:行者123 更新时间:2023-12-03 09:55:06 25 4
gpt4 key购买 nike

在 ExpressJS 中,如何使用 RegEx 在一个路由中编写以下内容?

/api/projects/{id} and /api/projects&limit=5

最佳答案

这就是我的做法。尽管它不使用正则表达式,但从技术上讲它也不只使用一条路由。

router.get('/api/projects/:id', handleRoute)
router.get('/api/projects', handleRoute)

handleRoute 中,您必须处理查询参数。我不知道有任何其他方法可以根据查询参数触发路由。如果我错过了什么,也许其他人可以插话。

关于javascript - ExpressJS Route 中的正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30767245/

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