1

我需要扭转这个条件,这意味着United StatesUS我试图在谷歌上找到,但不能。我该怎么做?

let regionNames = new Intl.DisplayNames(['en'], {type: 'region'});
console.log(regionNames.of('US'));  // "United States"

4

0 回答 0