$.each(data, function(i){ _(catalog.add(this));//iterating through each object in objectStore });
我想知道如果我在函数调用之前排除下划线会有什么不同.
更新
OP指的是jquery indexeddb插件.
javascript jquery jquery-plugins indexeddb
indexeddb ×1
javascript ×1
jquery ×1
jquery-plugins ×1