导航菜单

onreadystatechange是什么意思_翻译中文_怎么读

onreadystatechange

网络释义:回调函数;事件和属性来响应处理;京津冀

网络释义

1.回调函数new) 2 设置请求的参数(open) 3 设置回调函数onreadystatechange) 4 发送请求(send)3 readyState属性 readyStat…

2.事件和属性来响应处理 ... 峨眉乐山 onmouseleave 京津冀 onreadystatechange 澳新南太 open ...

4.事件侦听请求是异步,那我们需要知道请求何时返回,这就要用到事件侦听(onreadystatechange),其中又用到readyState属性,它表 …

5.重要的事件循XMLHttpRequest。他有2个重要的属性(readystate,responseText),2个重要得方法(open(),send()),1个重要的事件(on

例句释义:,回调函数,事件和属性来响应处理,京津冀

1.This new code just looks to see whether the request object has changed in response to this onreadystatechange callback.这个新代码只是查看请求对象是否发生改变,以响应onreadystatechange回调。

2.The only other important thing to note is the callback function, or, the closure created for the request's onreadystatechange function.除此之外,惟一需要注意的是回调函数,或者为请求的onreadystatechange函数创建的闭包。

3.You parse the document in the onreadystatechange function of the XMLHttpRequest object used to make the Ajax call.您解析用于进行Ajax调用的XMLHttpRequest对象的onreadystatechange函数中的文档。

4.If a callback function is provided, this function sets the onreadystatechange property of the XHR object to that callback function.如果提供了回调,那么这个函数将XHR对象的onreadystatechange属性设置为这个回调函数。

5.As I show in Listing 3, all the XMLHTTPRequest object provides is a callback mechanism called onreadystatechange.正如我在清单3中展示的一样,XMLHTTPRequest对象所提供的全部内容是一个名为onreadystatechange的回调机制。

6.Internet Explorer 7 calls back to onreadystatechange a lot -- and I mean a lot, even on small requests.InternetExplorer7对onreadystatechange进行多次回调——我的意思是说即使对小的请求也多次进行回调。

7.You set its onreadystatechange property to a function, creating a closure in this case.我们可以设置它的onreadystatechange属性为一个函数,在本例中将创建一个闭包。

8.The snippet in Listing 3 shows an example of a typical incarnation of the onreadystatechange callback function.清单3中的代码片段显示了onreadystatechange回调函数的典型实例化示例。

9.This handler function was then assigned to the onreadystatechange property.然后把这个事件处理函数分配给onreadystatechange属性。

10.Notice that we registered a handler (by setting the req. onreadystatechange property).注意,我们注册了一个处理程序(通过设置req.onreadystatechange属性)。