Country Code

ISO 3166-1 alpha-2

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyforks.org/scripts/465957/1188611/Country%20Code.js

Tác giả
Schimon
Phiên bản
23.04
Đã tạo
10-05-2023
Đã cập nhật
10-05-2023
Size
6 KB
Giấy phép
MIT

Usage:

countryCode["DE"] // "Germany"

Example:

nationCode = "de"
countryCode[nationCode] // undefined

Solution:

nationCode = nationCode.toUpperCase()
countryCode[nationCode] // "Germany"
长期地址
遇到问题?请前往 GitHub 提 Issues。