var fc=[];
fc["name"]="wang";
fc["age"]=13;
fc["sex"]="male";
······
比如我想让name的index为0,age的index为1,以此类推,应该怎么操作,并且已知key,比如已知知道name,怎么获得其index
相关分类