jquery Array Map的使用
Posted sssff
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery Array Map的使用相关的知识,希望对你有一定的参考价值。
var pxs = new Array();
pxs.push("22");
jQuery.each(pxs,function(){
str +=jQuery("#"+this).parent().attr("title")+" ";
});
var myMap =new Map();
myMap.put("key","value");
myMap.get(“key")
以上是关于jquery Array Map的使用的主要内容,如果未能解决你的问题,请参考以下文章
jQuery4——jQuery中的map静态方法,jQuey中的其他静态方法