const setStoppableInterval = ( handler, intervalTimeout, stopCondition, ) => { let interval interval = setInterval(() => { handler() if ...
確定! 回上一頁