首页 > O > onload怎么读,onload什么意思,onload短语和例句

onload怎么读,onload什么意思,onload短语和例句

收录时间:2022-09-04 12:00:16

onload怎么读,onload什么意思

英 [ˌɒnˈləʊd]美 [ˌɒnˈləʊd]
  • v. 装载;输入,装入(文件)

onload 常用句子

1.This is shown in Listing 13, along with my page's onload function.

清单13展示了这一过程,以及页面的onload 函数。

2.You can run this by putting it into the onLoad handler of your page's body element, like this

现在就可以通过将其放入页面body元素的onLoad处理程序来运行它,如下所示

3.When the page is first loaded (onLoad event), the request handler is registered with the Ajax engine.

第一次加载此页面时(onLoadevent),请求处理程序使用Ajax引擎进行注册。

4.You can use the onload event handler to test that specific fields (on which the update panel depends) are populated.

您可以使用onload事件处理程序测试该特定字段(更新面板所依赖的字段)是否已填充。

5.Also note the onload attribute: This is called when the SVG document is first loaded and is useful for performing initialisation on your SVG.

还要注意onload属性:第一次装载sVG文档时要调用这个属性,它对于您的SVG初始化很有用。

6.In addition to timestamping your domain class, you can tap into four event hooks: beforeInsert, befortUpdate, beforeDelete, and onLoad.

除了给域类添加时间戳,还可以引入4 个事件挂钩:beforeInsert、befortUpdate、beforeDelete和onload。

7.onLoad — This function is where you place initialization code.

onLoad — 在此函数中放置初始化代码。

8.The first block contains the event handler to initialize the application (onload) and the initialization of the database, as shown in Listing 3.

第一段包含初始化应用程序的事件处理函数(onload)和数据库初始化,如清单3所示。