Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 求分析

0 votes
548 views
1 answer
    下面这段代码,我以为会输出1-10,结果输出的是5,而且不停地输出5,是个死循环,想不明白,求大神赐教 谢谢! function initloop() { function doLoop(x) { i = 3; console.log(x ... var i = 0; i < 10; i++) { doLoop(i + 1); } } initloop();...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    下面这段代码,我以为会输出1-10,结果输出的是5,而且不停地输出5,是个死循环,想不明白,求大神赐教 谢谢! function initloop() { function doLoop(x) { i = 3; console.log(x ... var i = 0; i < 10; i++) { doLoop(i + 1); } } initloop();...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...