首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
99乘法表(js)
99乘法表(js)
mac
2022-06-30
71
//九九乘法表 let i,j,str; for(i=1;i<=9;i++) { str = ""; for(j=1;j<=i;j++) { str = str+i+'*'+j+'='+(i*j)+" "; } console.log(str); }
转载于:https://www.cnblogs.com/yeyuyuni/p/11377372.html
转载请注明原文地址: https://mac.8miu.com/read-17359.html
最新回复
(
0
)