Vex 在 Attribute 裡給予 Array 型態

2015/11/24 下午6:14:08

例如要給予 int 陣列,打上 :

i@sample[] = array(int1, int2, int3);

即可。