Skip to content

函数和函数构造器

js
function f1() {}
const f2 = new Function();

Released under the MIT License.