为什么这个pop方法返回:[type Function]
var possibles:Array=new Array(1,2,3,4);
function testpop()
{
trace( possibles.pop );
}
testpop();
此代码用动作脚本 2 编写
为什么这个pop方法返回:[type Function]
var possibles:Array=new Array(1,2,3,4);
function testpop()
{
trace( possibles.pop );
}
testpop();
此代码用动作脚本 2 编写