Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我查看了backbone.js,有点困惑,它是专门用于创建一页网站,还是可以用来创建动态页面更新(比如facebook新闻源)
Backbone 并非专门用于创建单页网站。它基本上可以帮助您创建动态页面,如果您想将其扩展到整个站点并使其成为单页站点,那也是可能的。