柯里化函数、setInterval

26 阅读1分钟

image.png

add(1)(2)(3)累加

image.png

用setTimeout模拟setInterval

image.png