单词释义:callee

中文含义:被调用的函数或程序

英语词性:noun

美式音标: /kæˈli/

同义词:called function

易混淆单词:caller

双语例句

1. 在编写程序时,你必须要考虑到callee和caller之间的通信。

When writing code, you have to consider the communication between the callee and the caller.

2. 如果你想要从函数中返回多个值,你可以把值传递给一个数组,并在callee中解析它们。

If you want to return multiple values from a function, you can pass the values to an array and parse them in the callee.