【发布时间】:2022-08-15 23:06:46
【问题描述】:
在javascript中,我们可以构造函数
IE。
const new_function = new Function(arguments, body);
const x = new_function(xxx);
count 找不到在颤振或飞镖中创建函数的方法。 如果有人可以指导我,我会很幸运。
-
如果它没有返回任何特定值,您可以使用
void
在javascript中,我们可以构造函数
IE。
const new_function = new Function(arguments, body);
const x = new_function(xxx);
count 找不到在颤振或飞镖中创建函数的方法。 如果有人可以指导我,我会很幸运。
void
您可以创建这样的函数和回调值
final Function(int data, String args) myfun;
【讨论】: