我工作在JavaScript的功能,我不知道如果我能以後調用一個匿名函數:我可以調用一個匿名函數以後
code
more code
(function() {
alert('Hello World!');
})();
more code
(function() {
alert('Goodbye World!');
})();
//call to the first anonymous function
//call to the first anonymous function
是否可以調用匿名函數? 我想有可能是一個包含所有功能的數組?
你能否解釋一下__later__? – Rayon
我會留在網上,直到我得到一個答案,所以如果你有一個關於我的問題的問題或建議,請問,如果你投票請解釋爲什麼,所以我可以從中學習! –
當然,後來當代碼已經由匿名函數 –