如果你看這條線https://github.com/hapijs/hapi-auth-basic/blob/master/lib/index.js#L14,你可以看到它調用internals.implementation
而不傳入任何參數,但該方法有2個參數https://github.com/hapijs/hapi-auth-basic/blob/master/lib/index.js#L14。調用一個不需要傳遞參數的函數變量
如果方法internals.implementation
沒有傳入參數,它是如何工作的?
這行代碼是不是調用函數的。它傳遞一個對函數的引用,大概是稍後調用的參數。 – 2014-11-14 15:11:09