I want to parse simple routes like these:
http://example.com/foo/bar/baz/
where there is no theoretical limitation to the number of them. And it would be nice to have an array ['foo','bar','baz']
from it.
How to do it with Express routing?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…