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.
这是我的第一个问题。请多多包涵 :)
使用 Model-View-Controller 模式时,您通常将登录和注销功能放在哪里?它在模型中吗?看法?还是控制器?
视图中登录/注销(即屏幕)的 GUI 部分。在模型中登录/注销的功能。以及Controller中View与Model的交互。
但我认为这对于所有关于 MVC 的项目都是通用的。