diveintonode_examples icon indicating copy to clipboard operation
diveintonode_examples copied to clipboard

第四章68页偏函数的应用after()方法

Open yujuncode opened this issue 5 years ago • 0 comments

if(times<=0) return func();
这一句应该改为如下:
if(times<=0) return func;

yujuncode avatar Aug 03 '19 01:08 yujuncode