Ajax四原则

<Ajax in action> said:

1.    The browser hosts an application, not content.
        浏览器是一个应用程序,而不是一个显示内容的容器。

2.    The server delivers data, not content.
        服务器端发送数据,而不是全部内容。

3.    User interaction with the application can be fluid and continuous.
        和用户的交互应该是连贯而持续的。

4.    This is real coding and requires discipline.
        这是真正的编程,当然需要严谨的原则。

原文地址:https://www.cnblogs.com/Dabay/p/450724.html