この 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 で記述されたこのコード