英语翻译The special thing about a callback is that functions that appear after the "parent" can execute before the callback executes.注:callback 回调函数

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 09:33:28
英语翻译The special thing about a callback is that functions that appear after the

英语翻译The special thing about a callback is that functions that appear after the "parent" can execute before the callback executes.注:callback 回调函数
英语翻译
The special thing about a callback is that functions that appear after the "parent" can execute before the callback executes.
注:callback 回调函数

英语翻译The special thing about a callback is that functions that appear after the "parent" can execute before the callback executes.注:callback 回调函数
回调函数的特别之处在于它具有在自身执行之前,(自动)在parent能够执行之后出现的功能.
说明:这应该是一个编程序的句子,函数的功能.after和before在这里确实有点麻烦,认真一想还是可以理解的.为了翻译流畅,我加了自动两个字,这样便于理解!
不知你是否满意,谢谢!

回调函数的特别之处在于,出现在"parent"之后的函数能先于回调函数执行

可以这样理解
主干是functions can execute
The special thing about a callback is that这是个主框架,
that appear after the "parent" 修饰functions构成定语从句,before引导的是时间状语从句。
一个回调函数的特殊之处在于,在"parent"出现之后的函数可以在该回...

全部展开

可以这样理解
主干是functions can execute
The special thing about a callback is that这是个主框架,
that appear after the "parent" 修饰functions构成定语从句,before引导的是时间状语从句。
一个回调函数的特殊之处在于,在"parent"出现之后的函数可以在该回调函数执行之前执行。
"parent"指的可能是主函数,这可能是C语言里的东西。

收起

有关回调函数的特别之处是:在“父”函数之后出现的函数能在回调函数运行之前被执行。
句子的结构可以简化为:
The special thing ...is that functions ...can execute before the callback executes.
省略的部分都是修饰语。