标签: javascript
如果我每1.5秒有一个可重复的功能,我怎么能在某种情况下退出
$interval(function () { if (a <= 35) { ... } else { // break up interval // exit } }, 1500);