AJax技术

study3w.com

字号+ 作者:H5之家 来源:H5之家 2016-07-03 17:03 我要评论( )

study3w is optimized for learning, testing, and training. Examples might be simplified to improve reading...

AJAX Introduction AJAX 简介 What you should already know 哪些是您应该已经知晓的

Before you continue you should have a basic understanding of the following:

在我们继续前您应该有这些基础知识:

  • HTML / XHTML
  • JavaScript
  • If you want to study these subjects first, find the tutorials on our Home page.

    如果你想先学习这些技术,在我们的首页上有这些教程。

    AJAX = Asynchronous JavaScript and XML AJAX = 异步JavaScript和XML

    AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications.

    AJAX不是一种新的程序语言,但是一种为创建更好,更快,和更多交互性web应用程序的新技术。

    With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequest object. With this object, a JavaScript can trade data with a web server, without reloading the page.

    AJAX中,利用XMLHttpRequest对象,JavaScript可以直接与服务器交互。正是使用了这个对象,JavaScript能从服务器端获取数据而不用重新装载页面。

    AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

    AJAX在服务器和客户端之间使用异步数据传输(HTTP请求),允许网页从服务器上请求小量的信息而不用服务器发送整个页面。

    The AJAX technique makes Internet applications smaller, faster and more user-friendly.

    AJAX技术让互联网应用更小,更快和更友善的客户界面。

    AJAX is based on Internet standards AJAX是基于互联网基础技术的

    AJAX is based on the following web standards:

    AJAX是基于如下的互联网基础技术:

    AJAX applications are browser- and platform-independent.

     (注意)AJAX程序还是有浏览器和操作系统的平台依赖性的。

    AJAX is about better Internet-applications AJAX是更好的网络应用

    Internet-applications have many benefits over desktop applications; they can reach a larger audience, they are easier to install and support, and easier to develop.

    互联网应用相较于桌面应用还是有很多优点的;它更容易有庞大的用户群,它更容易安装和技术支持,且更容易开发。

    However, Internet-applications are not always as "rich" and user-friendly as traditional desktop applications.

    然而互联网应用相较于传统的桌面应用程序不是那么丰富多彩和用户友善度。

    With AJAX, Internet applications can be made richer and more user-friendly.

    所以AJAX技术弥补了互联网应用的不足,使网络应用更加丰富和更加友善。

    Start using AJAX today 让我们今天就开始使用AJAX

    There is nothing new to learn.

    并不用学习新东西呦^_^。

    AJAX is based on existing standards. These standards have been used by developers for several years.

    AJAX是基于已经存在的技术标准的。这些基础技术对于开发者来说有的都已经使用好多年了。


     

    1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

    相关文章
    • CORS解决ajax跨域问题

      CORS解决ajax跨域问题

      2016-07-02 13:00

    • HTML5+Ajax上传文件

      HTML5+Ajax上传文件

      2016-03-15 10:19

    • jQuery.ajax()的相关参数及使用

      jQuery.ajax()的相关参数及使用

      2016-02-08 16:00

    • Firebug技巧:脚本调试,选项卡和CSS调试

      Firebug技巧:脚本调试,选项卡和CSS调试

      2016-01-23 09:05

    网友点评
    /