我想将所有 hmAttKeys 放在一种类型的 hmFeeTypeAttKey 下,这样当我以后引用 hmAttKeys 时,它会单独出现,但我不确定正确的语法。我也试过了hmFeeTypeAttKey[0] = [13,3,11,12]
。有什么建议么?
hmAttKeys=[]
hmAttKeys[13]="/red";
hmAttKeys[3]="/blue";
hmAttKeys[11]="/green";
hmAttKeys[12]="/yellow";
var hmFeeTypeAttKey = [];
hmFeeTypeAttKey[0] = [13][3][11][12];
hmAttKeys[hmFeeTypeIndex[0]]