我刚刚开始一个已经在使用 Backbone 的网络项目,直到现在我还没有做过任何网络。我一直在阅读文档并阅读路由器(http://thomasdavis.github.com/2011/02/07/making-a-restful-ajax-app.html和http://backbonetutorials.com/what- is-a-router/#/route/action),但我不确定我是否理解其中的基本内容。
# 用于骨干路由器的标签是什么?我用谷歌搜索并看到 # 用于指向页面中的特定点,但除此之外,我不确定骨干如何使用它。就像在这个页面上: http: //backbonetutorials.com/what-is-a-router/#/route/action他们这样说:
Also note that routes interpret anything after "#" tag in the URL. All links in your application should target "#/action" or "#action". (Appending a forward slash after the hashtag looks a bit nicer e.g. http://example.com/#/user/help)
但这实际上意味着什么?我不太明白。很抱歉这个菜鸟问题,但我真的想不通。谢谢。