What is the best way to simplify Objects in JavaScript (perferably using Jquery)

前端 未结 0 958
春和景丽
春和景丽 2021-01-14 09:19

I have an Object that looks like this:

var dataSource = [{
    date: new Date(1994, 2, 2),
    name: "a",
    l: 24.00,
    h: 25.00,
    o: 25.00,
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题