What is the translation of " XMLHTTPREQUEST " in Chinese?

一个xmlhttprequest

Examples of using Xmlhttprequest in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Quoted from Cross-Origin XMLHttpRequest:.
从跨源XMLHttpRequest引用:.
The XMLHttpRequest object used to create.
用来中创建XMLHttpRequest对象.
When I talk about xmlhttprequest I mean:.
在这里我只向谈点XMLHttpRequest对象:.
To send a request to a server, we use the open() and send()methods of the XMLHttpRequest object:.
为了发送一个请求到服务器,我们使用XMLHttpRequest对象的open()和send()方法:.
Despite creating XMLHttpRequest, Microsoft was slow to take advantage of it in their own web development.
尽管创建了XMLHttpRequest对象,但微软在他们自己的Web开发中迟迟没有充分使用它。
People also translate
You already haveseen a couple of examples on how to create an XMLHttpRequest object.
你已经看到了几个例子,如:如何创建一个XMLHttpRequest对象.
An HTTP request sent via the XMLHttpRequest object does not require the page to have or post a<form> element.
一个经由XMLHttpRequest对象发送的HTTP请求并不要求页面中拥有或回寄一个<form>元素。
Internet Explorer 5 and later offer an XMLHTTPobject while Mozilla based browsers provide an XMLHttpRequest object.
InternetExplorer5以及更高版本提供了一个XMLHTTP对象,而基于Mozilla的浏览器则提供了一个XMLHttpRequest对象。
In addition, they can perform I/O using XMLHttpRequest(although the responseXML and channel attributes are always null).
此外,他们可以使用XMLHttpRequest执行I/O(尽管responseXML和通道属性总是为空)。
XMLHttpRequest proved to be a success and years later was integrated into its separate standard(as part of the WHATWG and the W3C groups).
XMLHttpRequest被证明是非常成功的,多年以后被集成到一个单独的标准中(作为WHATWG和W3C组织的一部分)。
In fact, you will find out that sometimes, to use XMLHttpRequest properly, you explicitly won't use XMLHttpRequest.
事实上,有时您会发现,要正确地使用XMLHttpRequest,显然不能使用XMLHttpRequest
In short, XMLHttpRequest lets us use JavaScript to make a request to the server and process the response without blocking the user.
简而言之,XmlHttpRequest使您可以使用JavaScript向服务器提出请求并处理响应,而不阻塞用户。
In this article, you will begin with the most fundamental and basic of all Ajax-related objects andprogramming approaches: The XMLHttpRequest object.
本文中,您将开始接触最基本和基础性的有关Ajax的全部对象和编程方法:XMLHttpRequest对象。
With Ajax and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond.
有了Ajax和XMLHttpRequest对象,就可以使用不必让用户等待服务器响应的请求/响应模型了。
AJAX takes advantage of an object built into all modern browsers--the XMLHttpRequest object- to send and receive HTTP requests and responses.
导读:AJAX利用一个构建到所有现代浏览器内部的对象-XMLHttpRequest-来实现发送和接收HTTP请求与响应信息。
Once an XMLHttpRequest(or Microsoft's XMLHTTP) object has been instantiated, it can be operated on in exactly the same manner.
一旦对XMLHttpRequest(或Microsoft的XMLHTTP)进行了实例化,即可以通过完全相同的方式对其进行操作。
When you access data by using the Microsoft Dynamics 365 web services,always use an XMLHttpRequest that is configured to execute asynchronously.
当您使用MicrosoftDynamics365Web服务访问数据时,请总是使用配置为异步执行的XMLHttpRequest
In short, XmlHttpRequest enables you to use the JavaScript request and process the response from the server, but does not block the user.
简而言之,XmlHttpRequest使您可以使用JavaScript向服务器提出请求并处理响应,而不阻塞用户。
The best way to implement anduse comet as reverse Ajax is through the XMLHttpRequest object, which provides a true connection handle and error handling.
把Comet做为反向Ajax的实现和使用的最好方式是通过XMLHttpRequest对象,该做法提供了一个真正的连接句柄和错误处理。
The XMLHttpRequest object(also known as the XMLHTTP object in Internet Explorer) is at the core of today's most exciting AJAX web applications.
XMLHttpRequest对象(在IE中也称作XMLHTTP对象)是当今最令人兴奋的AJAXWeb应用程序的核心。
Otherwise, it performs a check on ActiveXObject(the XMLHttpRequest equivalent for Internet Explorer 6), and creates an ActiveXObject if identified.
否则,它将对ActiveXObject(相当于InternetExplorer6的XMLHttpRequest)执行检查,并创建ActiveXObject(如果被识别)。
Regular web pages can use the XMLHttpRequest object to send and receive data from remote servers, but they're limited by the same origin policy.
常规网页可以使用XMLHttpRequest对象从远程服务器发送和接收数据,但是它们受限于相同的源策略。
The client-side XML handlingwas all part of Internet Explorer's implementation of XMLHttpRequest, first introduced as an ActiveX object in Internet Explorer 5.
在客户端处理XML从属于InternetExplorer对XMLHttpRequest的实现,后者作为一个ActiveX对象在InternetExplorer5中首次引入。
Mail team found that when using XMLHttpRequest, POST is implemented in the browsers as a two-step process: sending the headers first, then sending data.
Mail团队发现当使用XMLHttpRequest,POST被浏览器实现为两步:首先发送头部,然后发送数据。
Then Mozilla, Safari and other browsers followed, implementing an XMLHttpRequest class that supports the methods and properties of Microsoft's original ActiveX object.
然后,Mozilla,Safari和其他浏览器,实现一个XMLHttpRequest类,支持Microsoft的原始ActiveX对象的方法和属性。
In addition, workers may use XMLHttpRequest for network I/O, with the exception that the responseXML and channel attributes on XMLHttpRequest always return null.
Worker还能够使用XMLHttpRequest实现网络I/O操作,只不过XMLHttpRequest上的responseXML与channel两个属性值始终返回null。
WebSockets generally do not use XMLHttpRequest, and as such, headers are not sent every-time we need to get more information from the server.
WebSockets通常不使用XMLHttpRequest,因此,每次我们需要从服务器获取更多信息时,不会发送标头。
Most Ajax implementations use the XMLHttpRequest API, which includes a list of server requests that can be called within JavaScript code.
大多数Ajax实现都使用XMLHttpRequestAPI,它包含一个可以在JavaScript代码中调用的服务器请求列表。
For example, Ajax normally relies on the XMLHttpRequest API but this requires several lines of code and there are subtle differences across browsers.
例如,Ajax通常依赖于XMLHttpRequestAPI,只需要几行代码就实现功能,只是浏览器之间存在细微的差异。
Instead, they waited until Google used XMLHttpRequest to stun the web development world, first with Gmail in 2004, and then with Google Maps in 2005.
相反,他们这么做了,因为他们知道谷歌在xmlhttprequest上震惊了网络开发社区,先是在2004年实现了gmail,然后在2005年实现了谷歌地图。
Results: 154, Time: 0.0235

Top dictionary queries

English - Chinese