var sec = _.throttle(function () { console.log('every second'); }, 1000); // call every 100ms var hundredMS = _.throttle(function () {
確定! 回上一頁