donghy:function repeact(str, time, print) {
return function (s) {
for (let i = 0; i < time; i++) {
setTimeout(() => {
str(s);
}, print * (i + 1));
}
};
}
const repeatFunc = repeact(console.log, 4, 3000);
repeatFunc("helloword");
投递快手等公司10个岗位 >
0 点赞 评论 收藏
分享
投递京东等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: