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.
有一种方法可以通过从一个控制器导航到另一个控制器而不加载整个页面并且不更改 URL 来加载页面的内容? 例如,我需要它来保留标题、用户信息等,而不必每次都加载它们。
你需要一个单页应用程序。你可能想为此使用一个框架。
Angular JS 或DurandalJS ,还有更多。
你可以一个人做,但它可能很复杂。