for (var i in object) is equivalent to Perl foreach $key (keys %hash) . Just as you can go through each element of a normal array by var x = [the array]; for ( ...
確定! 回上一頁