--若是拍不碎我,看我绝境生花。

摘要: var str='';function mt(p,n){ if(p<10){ if (n<=p){ str += n+'*'+p+'='+p*n+'\t'; n++; mt(p,n); } else{ n=1; p++; str += '\n'; mt(p,n) } }else{ console.l 阅读全文
posted @ 2019-08-27 16:42 Chia丶L 阅读(448) 评论(0) 推荐(0)