原因是clone得到的是一个数组吗,每次再clone的时候,相当于操作了这个数组,肯定就会出现重复,我们只需要取第一个值就可以了,用.first()的方法
jquery(‘item‘).first().clone(false);
标签:first gpo 数组 div 操作 jquer 二次 jquery nbsp
原因是clone得到的是一个数组吗,每次再clone的时候,相当于操作了这个数组,肯定就会出现重复,我们只需要取第一个值就可以了,用.first()的方法
jquery(‘item‘).first().clone(false);
jq的clone用第二次的时候为什么会复制clone出来的元素(即一变二,二变四)
标签:first gpo 数组 div 操作 jquer 二次 jquery nbsp
原文地址:https://www.cnblogs.com/mmykdbc/p/8442313.html