摘要:
function sum(x){ if(window.timer){ clearTimeout(window.timer) } const temp =(y)=>{ return sum(x*y) } temp.result = ()=>x window.timer = setTimeout(()= 阅读全文
posted @ 2018-10-10 09:06
geekjames1
阅读(392)
评论(0)
推荐(0)