标签:bsp second 页面 func int ... color val nbsp
var firstInterval; var secondInterval; function firstFunction(){ if(firstInterval) clearInterval(firstInterval); //code... firstInterval = setInterval(‘firstFunction()‘, 1000); } function secondFunction(){ if(secondInterval) clearInterval(secondInterval); secondInterval = setInterval(‘secondFunction()‘, 2000);
}
标签:bsp second 页面 func int ... color val nbsp
原文地址:http://www.cnblogs.com/Doduo/p/8004464.html