js中setInterval的问题
js中setInterval的问题
日期:2021-12-29 03:10:36 人气:1
//则所有子弹共享一个定时器.
var timer=window.setInterval("heroBullets["+(heroBullets.length-1)+"].run()",50);
heroBullets这个你可以理解为一个数组,[]中是下标
不知道你明白不,写个简单例子给你看看吧:
var heroBullets = {
0:{
run
var timer=window.setInterval("heroBullets["+(heroBullets.length-1)+"].run()",50);
heroBullets这个你可以理解为一个数组,[]中是下标
不知道你明白不,写个简单例子给你看看吧:
var heroBullets = {
0:{
run