点击运行
function execute(someFunction, value) { someFunction(value); } execute(function(word){ console.log(word) }, "Hello 迹忆客");
运行结果 :
正在执行...