AS3数组中找最大值
2021-06-06 03:02
阅读:594
标签:div art max math log dong as3 csdn article https://blog.csdn.net/wsxiaodong/article/details/83762138 AS3数组中找最大值 标签:div art max math log dong as3 csdn article 原文地址:https://www.cnblogs.com/dt1991/p/14616973.html
var func:Function = Math.max;
trace(func.apply(null,[4,5,6,7,8,9]));
评论
亲,登录后才可以留言!