将键/值添加到值是对象的数组中
我想添加一些文本作为键和对象作为值。
例子
$('#clickme').on('click' , function() {
push to array => "some_text" as (value) and $(this) as key
})
将键/值添加到值是对象的数组中
我想添加一些文本作为键和对象作为值。
例子
$('#clickme').on('click' , function() {
push to array => "some_text" as (value) and $(this) as key
})