Asynchronous JavaScript and XML (Ajax),Ajax使用javascript和xml技术,使得在html页面的跳转可以不用,而是调用web Services,我们常称为不刷新技术.
Representational State Transfer (REST),The essence of REST is to create a simpler web services architecture by using
HyperText Transfer Protocol (HTTP). REST is used solely for the transfer of data, and in particular
is used extensively with Ajax applications.
转载于:https://www.cnblogs.com/fishert/archive/2007/03/22/684579.html