var orgRoot = {
    271: {backgroundColor: '#f68f2b', textColor: '#FFFFFF'},
    272: {backgroundColor: '#49a9f3', textColor: '#FFFFFF'},
    273: {backgroundColor: '#78c06e', textColor: '#FFFFFF'},
    274: {backgroundColor: '#f68f2b', textColor: '#FFFFFF'},
    275: {backgroundColor: '#49a9f3', textColor: '#FFFFFF'}
};

var orgs = [];
for
( var p in orgRoot ){ if ( typeof ( orgRoot [ p ]) == " function " ){ } else { orgs.push(orgRoot [p]); } }

 

相关文章:

  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2022-01-25
  • 2022-02-12
  • 2021-10-19
  • 2021-10-19
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案