过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
regionCode
read-only attribute of the
PaymentAddress
interface returns a one-, two-, or three-alphanumeric code (
DOMString
) representing the region of the address (e.g., "CA" for California, or "11" for Lisbon, Portugal).
The code is derived from the ISO 3166-2 standard, which defines codes for identifying the subdivisions (e.g., states, provinces, autonomous regions, etc.) of all countries in the world.
If the browser can't determine the region code, or the country doesn't use regions for postal addresses, it returns an empty string.
var regionCode = paymentAddress.regionCode;
A
DOMString
indicating the one to three character alphanumeric code representing the region portion of the address. This should correspond to
region
, but should be the ISO 3166--2 standard's region code. The string is empty if the region code couldn't be determined, isn't needed for the address's
country
, or was not provided.
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
regionCode
弃用
非标
|
Chrome 不支持 No | Edge 不支持 No |
Firefox
64
注意事项
Disabled
|
IE 不支持 No | Opera 不支持 No | Safari ? | WebView Android 不支持 No | Chrome Android 不支持 No |
Firefox Android
64
注意事项
Disabled
|
Opera Android 不支持 No | Safari iOS ? | Samsung Internet Android 不支持 No |
完整支持
不支持
兼容性未知
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。
见实现注意事项。
用户必须明确启用此特征。
PaymentAddress