假设我们有一个具有这种格式的对象:var thisIsObject= { 'Cow' : 'Moo', 'Cat' : 'Meow', 'Dog' : 'Bark'};我想做一个通过键删除的函数:removeFromObjectByKey('Cow'); 查看完整描述