var curr=BD.Currencies.filter(function(p){
  var exR= BD.exchangeRates.filter(function(r){return r.To_Currency==p.Code})[0];
  return exR||p.Code=="USD";//一定包含美元
});

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-02-13
  • 2022-02-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
相关资源
相似解决方案