gpt4 book ai didi

http - go 中的路由处理

转载 作者:数据小太阳 更新时间:2023-10-29 03:41:01 25 4
gpt4 key购买 nike

在 express 中,你可以通过这样做处理任何路由

app.get('/*', dosomething..)

我试过在 go 中做同样的事情,但它似乎没有用

http.Handle("/*", http.FileServer(http.Dir("../client/dist")))

最佳答案

如果您仔细阅读 http.ServeMux 的文档, 斜杠 / 匹配所有路由。

简单地写:

http.Handle(“/“, MyHandler)

关于http - go 中的路由处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48678834/

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