国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

javascript createAdder函數(shù)功能與使用說明

2024-05-06 12:37:06
字體:
供稿:網(wǎng)友
英文原文
createAdder(x) is a function that returns a function. In JavaScript, functions are first-class objects: they can be passed to other functions as arguments and returned from functions as well. In this case, the function returned is itself a function that takes an argument and adds something to it.

Here’s the magic: the function returned by createAdder() is a closure. It “remembers” the environment in which it was created. If you pass createAdder the integer 3, you get back a function that will add 3 to its argument. If you pass 4, you get back a function that adds 4. The addThree and addFour functions in the above example are created in this way.

Let’s take another look at the addLoadEvent function. It takes as its argument a callback function which you wish to be executed once the page has loaded. There follow two cases: in the first case, window.onload does not already have a function assigned to it, so the function simply assigns the callback to window.onload. The second case is where the closure comes in: window.onload has already had something assigned to it. This previously assigned function is first saved in a variable called oldonload. Then a brand new function is created which first executes oldonload, then executes the new callback function. This new function is assigned to window.onload. Thanks to the magical property of closures, it will “remember” what the initial onload function was. Further more, you can call the addLoadEvent function multiple times with different arguments and it will build up a chain of functions, making sure that everything will be executed when the page loads no matter how many callbacks you have added.

Closures are a very powerful language feature but can take some getting used to. This article on Wikipedia provides more in-depth coverage.

中文翻譯:有更好的可以留言。大體意思差不多了

createAdder(x)是一個(gè)函數(shù),返回一個(gè)函數(shù)。在JavaScript中,函數(shù)是第一類對(duì)象:另外它們可以被傳遞到其他函數(shù)作為參數(shù)和函數(shù)返回。在這種情況下,函數(shù)返回本身就是一個(gè)函數(shù)接受一個(gè)參數(shù),并增加了一些東西。

在這里,Äôs the magic:由createAdder返回函數(shù)()是一個(gè)閉包。它,Äúremembers,非盟在創(chuàng)建它的環(huán)境。如果傳遞createAdder整數(shù)3,你回來一個(gè)函數(shù),將增加3至其參數(shù)。如果你通過四,你回來一個(gè)函數(shù),增加了4。該addThree在上面的例子addFour職能創(chuàng)造這樣的。

讓,星光大道可以再一次看看addLoadEvent功能。這需要將執(zhí)行一次頁面已加載為一個(gè)回調(diào)函數(shù)的參數(shù),你的愿望。有下列兩種情況:在第一種情況,在window.onload已經(jīng)沒有分配給它一個(gè)函數(shù),因此函數(shù)簡(jiǎn)單的回調(diào)在window.onload分配。第二個(gè)案例是在關(guān)閉的時(shí)候:在window.onload已經(jīng)有分配給它的東西。這是以前分配的功能首次在一個(gè)名為oldonload變量保存。然后,一個(gè)全新的功能是創(chuàng)建的第一個(gè)執(zhí)行oldonload,然后執(zhí)行新的回調(diào)函數(shù)。這一新功能被分配在window.onload。神奇的封鎖財(cái)產(chǎn)感謝,它會(huì)Äúremember,非盟最初的onload什么功能。進(jìn)一步,你可以調(diào)用函數(shù)的addLoadEvent多次與不同的參數(shù),它會(huì)建立一個(gè)職能鏈,確保一切都將在頁面加載時(shí)執(zhí)行,不管你有多少回調(diào)增加。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 临江市| 建德市| 麦盖提县| 宾阳县| 乌拉特中旗| 巢湖市| 项城市| 蒲城县| 贵港市| 龙海市| 绥芬河市| 涞水县| 辽阳县| 天柱县| 奈曼旗| 马山县| 沙洋县| 武宣县| 特克斯县| 静海县| 格尔木市| 黑山县| 长阳| 三穗县| 辽宁省| 青岛市| 娱乐| 梅河口市| 荥经县| 秀山| 商河县| 威信县| 浑源县| 合作市| 肃宁县| 盘锦市| 萨迦县| 太湖县| 湾仔区| 兴山县| 娱乐|