unity_js 常用的类型
/**u_js常用的数据类型:*/byte ,无符号.8位字节,最大 0xff(255),编译器检测溢出.int,long,float,double,boolean,String,//枚举enum Type {a,b},var type:Type = Type.a;