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.
在 MVC 框架中,数据在模型中处理。
在 AngularJs 中,直接在控制器中处理数据是常见的,还是应该在服务中完成?
如果控制器是唯一使用调用的控制器,那么从控制器内触发 XHR 没有任何害处。
但是,如果多个控制器需要进行相同的调用,您最好将其移动到服务中以便于访问。