热门搜索 :
考研考公
您的当前位置:首页正文

js获取index

来源:东饰资讯网
function getIndex(area , context){
return Array.prototype.indexOf.call(area, context);
}
Top