时间:2024-10-16 09:10:44
1、新建一个html文件。
3、function factorial(){};创建一个函数。
5、if (n === 0) return 1;添加上终止的条件。