加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

AJAX

发布时间:2020-12-16 03:05:23 所属栏目:百科 来源:网络整理
导读:AJAX=Asynchronous JavaScript And XML AJAX is a browser technology. AJAX is a technology that runs in your browser. It uses asynchronous data transfer between the browser and the web server,allowing web pages to request small bits of inform

AJAX=Asynchronous JavaScript And XML

AJAX is a browser technology.

AJAX is a technology that runs in your browser. It uses asynchronous data transfer between the browser and the web server,allowing web pages to request small bits of information from the server instead of whole pages.The technology makes Internet applications smaller,faster and more user friendly.AJAX is a web browser technology independent of web server software.

AJAX is based on open standards.

The open standards used in AJAX are well defined,and suported by all major browsers. AJAX applications are browser and platform independent.(Cross-Platform,Cross-Browser technology).

AJAX is about better internet applications

Web application have many benefits over desktop applications,they can reach a larger audience,they are easier to install and support,and easierto develop.However,internet applications are not always as "rich" and user-friendly as tradtional desktop applications.With AJAX,Internet applications can be made richer(smaller,faster,and easier to use);

AJAX is based on open standards. These stantdards have been used by most developers for several years. Most existing web application can be rewritten to use AJAX technology instead of traditional HTML forms.

A traditional web application will submit input(using an HTML form) to a web server. After the web server has processed the data,it will return a completely new web page to the user. Because the server returns a new web page each time the user submits input,traditional web applications often run slowly and tend to be less user friendly. With AJAX,web applications can send and retrieve data,without reloading the whole web page.This is done by sending HTTP Request to the server,and by modifying only parts of the web page using JavaScript.

The perfered way to communicate with the server is by sending data as XML (but other methods can be used). AJAX can be used to create more interactive applications.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读