ActionScript3.0问题求助!var _loc1:* = AbcClass.getAbc();

2025-06-26 23:47:17
推荐回答(1个)
回答1:

var _loc1:* 说明_loc1的类型是任意的;
如:var i:int;
跟=没有关系,只是声明类型的