我正在开发一个单页应用程序,我想知道如何让所有的路线都进入索引?
发布于 2012-06-04 08:24:32
app.get('*', ...
如果您使用的是express ;)
https://stackoverflow.com/questions/10874967
相似问题