javascript中怎么获取一个list中的对象

2024年11月27日 22:44
有1个网友回答
网友(1):

使用Jquery
假设accountsG是数组,affix_account是数组里面的元素
accountsG.splice($.inArray($(this).attr("affix_account"), accountsG), 1);