摘要:
Definition: In computer programming, a callback is a reference to a piece of executable code, that is passed as an argument to other code. This allows a lower-level software layer to call a subroutine (or function) defined in a higher-level layer.(from wiki) 回调函数也是控制反转(Inversion Of Control)的一种形式。 .. 阅读全文
posted @ 2012-05-17 22:39
cuillgln
阅读(303)
评论(0)
推荐(0)
浙公网安备 33010602011771号