| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| 删除 | 类名:i18n; 方法or属性:export function getSystemLanguages(): Array<string>; | NA | @ohos.i18n.d.ts |
| 删除 | 类名:i18n; 方法or属性:export function getSystemCountries(language: string): Array<string>; | NA | @ohos.i18n.d.ts |
| 删除 | 类名:i18n; 方法or属性:export function isSuggested(language: string, region?: string): boolean; | NA | @ohos.i18n.d.ts |
| 删除 | 类名:i18n; 方法or属性:export function setSystemLanguage(language: string): boolean; | NA | @ohos.i18n.d.ts |
| 删除 | 类名:i18n; 方法or属性:export function setSystemRegion(region: string): boolean; | NA | @ohos.i18n.d.ts |
| 删除 | 类名:i18n; 方法or属性:export function setSystemLocale(locale: string): boolean; | NA | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getSystemLanguages(): Array<string>; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getSystemCountries(language: string): Array<string>; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static isSuggested(language: string, region?: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getSystemLanguage(): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static setSystemLanguage(language: string): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getSystemRegion(): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static setSystemRegion(region: string): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getSystemLocale(): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static setSystemLocale(locale: string): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static is24HourClock(): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static set24HourClock(option: boolean): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static addPreferredLanguage(language: string, index?: number): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static removePreferredLanguage(index: number): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getPreferredLanguageList(): Array<string>; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getFirstPreferredLanguage(): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getAppPreferredLanguage(): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static setUsingLocalDigit(flag: boolean): void; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:System; 方法or属性:static getUsingLocalDigit(): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:I18NUtil; 方法or属性:static unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:I18NUtil; 方法or属性:static getDateOrder(locale: string): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:PhoneNumberFormat; 方法or属性:getLocationName(number: string, locale: string): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isDigit(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isSpaceChar(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isWhitespace(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isRTL(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isIdeograph(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isLetter(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isLowerCase(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static isUpperCase(char: string): boolean; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Unicode; 方法or属性:static getType(char: string): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:TimeZone; 方法or属性:static getAvailableIDs(): Array<string>; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:TimeZone; 方法or属性:static getAvailableZoneCityIDs(): Array<string>; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:TimeZone; 方法or属性:static getCityDisplayName(cityID: string, locale: string): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:TimeZone; 方法or属性:static getTimezoneFromCity(cityID: string): TimeZone; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Transliterator; 方法or属性:static getAvailableIDs(): string[]; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Transliterator; 方法or属性:static getInstance(id: string): Transliterator; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:Transliterator; 方法or属性:transform(text: string): string; | @ohos.i18n.d.ts |
| 新增 | NA | 类名:resourceManager; 方法or属性:export type RawFileDescriptor = _RawFileDescriptor; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:resourceManager; 方法or属性:export type Resource = _Resource; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringValue(resource: Resource): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringValue(resId: number): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringArrayValue(resource: Resource): Promise<Array<string>>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringArrayValue(resId: number): Promise<Array<string>>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContent(resource: Resource): Promise<Uint8Array>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContent(resId: number): Promise<Uint8Array>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContentBase64(resource: Resource): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaContentBase64(resId: number): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getConfiguration(callback: _AsyncCallback<Configuration>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getPluralStringValue(resource: Resource, num: number): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getPluralStringValue(resId: number, num: number): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringByName(resName: string, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringByName(resName: string): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringArrayByName(resName: string): Promise<Array<string>>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaByName(resName: string): Promise<Uint8Array>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getMediaBase64ByName(resName: string): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getPluralStringByName(resName: string, num: number): Promise<string>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringSync(resId: number): string; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringSync(resource: Resource): string; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getStringByNameSync(resName: string): string; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getBoolean(resId: number): boolean; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getBoolean(resource: Resource): boolean; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getBooleanByName(resName: string): boolean; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getNumber(resId: number): number; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getNumber(resource: Resource): number; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getNumberByName(resName: string): number; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getRawFileContent(path: string, callback: _AsyncCallback<Uint8Array>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getRawFileContent(path: string): Promise<Uint8Array>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:getRawFd(path: string): Promise<RawFileDescriptor>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:closeRawFd(path: string, callback: _AsyncCallback<void>): void; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:ResourceManager; 方法or属性:closeRawFd(path: string): Promise<void>; | @ohos.resourceManager.d.ts |
| 新增 | NA | 类名:Resource; 方法or属性:bundleName: string; | resource.d.ts |
| 新增 | NA | 类名:Resource; 方法or属性:moduleName: string; | resource.d.ts |
| 新增 | NA | 类名:Resource; 方法or属性:id: number; | resource.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string; 旧版本信息: | 类名:i18n; 方法or属性:export function getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string; 新版本信息:9 代替接口: ohos.System.getDisplayCountry | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string; 旧版本信息: | 类名:i18n; 方法or属性:export function getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string; 新版本信息:9 代替接口: ohos.System.getDisplayLanguage | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getSystemLanguage(): string; 旧版本信息: | 类名:i18n; 方法or属性:export function getSystemLanguage(): string; 新版本信息:9 代替接口: ohos.System.getSystemLanguage | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getSystemRegion(): string; 旧版本信息: | 类名:i18n; 方法or属性:export function getSystemRegion(): string; 新版本信息:9 代替接口: ohos.System.getSystemRegion | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getSystemLocale(): string; 旧版本信息: | 类名:i18n; 方法or属性:export function getSystemLocale(): string; 新版本信息:9 代替接口: ohos.System.getSystemLocale | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function is24HourClock(): boolean; 旧版本信息: | 类名:i18n; 方法or属性:export function is24HourClock(): boolean; 新版本信息:9 代替接口: ohos.System.is24HourClock | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function set24HourClock(option: boolean): boolean; 旧版本信息: | 类名:i18n; 方法or属性:export function set24HourClock(option: boolean): boolean; 新版本信息:9 代替接口: ohos.System.set24HourClock | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function addPreferredLanguage(language: string, index?: number): boolean; 旧版本信息: | 类名:i18n; 方法or属性:export function addPreferredLanguage(language: string, index?: number): boolean; 新版本信息:9 代替接口: ohos.System.addPreferredLanguage | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function removePreferredLanguage(index: number): boolean; 旧版本信息: | 类名:i18n; 方法or属性:export function removePreferredLanguage(index: number): boolean; 新版本信息:9 代替接口: ohos.System.removePreferredLanguage | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getPreferredLanguageList(): Array<string>; 旧版本信息: | 类名:i18n; 方法or属性:export function getPreferredLanguageList(): Array<string>; 新版本信息:9 代替接口: ohos.System.getPreferredLanguageList | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:i18n; 方法or属性:export function getFirstPreferredLanguage(): string; 旧版本信息: | 类名:i18n; 方法or属性:export function getFirstPreferredLanguage(): string; 新版本信息:9 代替接口: ohos.System.getFirstPreferredLanguage | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Util; 方法or属性:export interface Util 旧版本信息: | 类名:Util; 方法or属性:export interface Util 新版本信息:9 代替接口: I18NUtil | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Util; 方法or属性:unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string; 旧版本信息: | 类名:Util; 方法or属性:unitConvert(fromUnit: UnitInfo, toUnit: UnitInfo, value: number, locale: string, style?: string): string; 新版本信息:9 代替接口: I18NUtil.unitConvert | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:export class Character 旧版本信息: | 类名:Character; 方法or属性:export class Character 新版本信息:9 代替接口: Unicode | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isDigit(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isDigit(char: string): boolean; 新版本信息:9 代替接口: Unicode.isDigit | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isSpaceChar(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isSpaceChar(char: string): boolean; 新版本信息:9 代替接口: Unicode.isSpaceChar | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isWhitespace(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isWhitespace(char: string): boolean; 新版本信息:9 代替接口: Unicode.isWhitespace | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isRTL(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isRTL(char: string): boolean; 新版本信息:9 代替接口: Unicode.isRTL | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isIdeograph(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isIdeograph(char: string): boolean; 新版本信息:9 代替接口: Unicode.isIdeograph | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isLetter(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isLetter(char: string): boolean; 新版本信息:9 代替接口: Unicode.isLetter | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isLowerCase(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isLowerCase(char: string): boolean; 新版本信息:9 代替接口: Unicode.isLowerCase | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:isUpperCase(char: string): boolean; 旧版本信息: | 类名:Character; 方法or属性:isUpperCase(char: string): boolean; 新版本信息:9 代替接口: Unicode.isUpperCase | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:Character; 方法or属性:getType(char: string): string; 旧版本信息: | 类名:Character; 方法or属性:getType(char: string): string; 新版本信息:9 代替接口: Unicode.getType | @ohos.i18n.d.ts |
| 废弃版本有变化 | 类名:AsyncCallback; 方法or属性:export interface AsyncCallback 旧版本信息: | 类名:AsyncCallback; 方法or属性:export interface AsyncCallback 新版本信息:9 代替接口: | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:AsyncCallback; 方法or属性:(err: Error, data: T): void; 旧版本信息: | 类名:AsyncCallback; 方法or属性:(err: Error, data: T): void; 新版本信息:9 代替接口: | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getString(resId: number, callback: AsyncCallback<string>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getString(resId: number, callback: AsyncCallback<string>): void; 新版本信息:9 代替接口: ohos.resourceManager.getStringValue | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getString(resId: number): Promise<string>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getString(resId: number): Promise<string>; 新版本信息:9 代替接口: ohos.resourceManager.getStringValue | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getStringArray(resId: number, callback: AsyncCallback<Array<string>>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getStringArray(resId: number, callback: AsyncCallback<Array<string>>): void; 新版本信息:9 代替接口: ohos.resourceManager.getStringArrayValue | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getStringArray(resId: number): Promise<Array<string>>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getStringArray(resId: number): Promise<Array<string>>; 新版本信息:9 代替接口: ohos.resourceManager.getStringArrayValue | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getMedia(resId: number, callback: AsyncCallback<Uint8Array>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getMedia(resId: number, callback: AsyncCallback<Uint8Array>): void; 新版本信息:9 代替接口: ohos.resourceManager.getMediaContent | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getMedia(resId: number): Promise<Uint8Array>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getMedia(resId: number): Promise<Uint8Array>; 新版本信息:9 代替接口: ohos.resourceManager.getMediaContent | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getMediaBase64(resId: number, callback: AsyncCallback<string>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getMediaBase64(resId: number, callback: AsyncCallback<string>): void; 新版本信息:9 代替接口: ohos.resourceManager.getMediaContentBase64 | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getMediaBase64(resId: number): Promise<string>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getMediaBase64(resId: number): Promise<string>; 新版本信息:9 代替接口: ohos.resourceManager.getMediaContentBase64 | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getPluralString(resId: number, num: number, callback: AsyncCallback<string>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getPluralString(resId: number, num: number, callback: AsyncCallback<string>): void; 新版本信息:9 代替接口: ohos.resourceManager.getPluralStringValue | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getPluralString(resId: number, num: number): Promise<string>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getPluralString(resId: number, num: number): Promise<string>; 新版本信息:9 代替接口: ohos.resourceManager.getPluralStringValue | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getRawFile(path: string, callback: AsyncCallback<Uint8Array>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getRawFile(path: string, callback: AsyncCallback<Uint8Array>): void; 新版本信息:9 代替接口: ohos.resourceManager.getRawFileContent | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getRawFile(path: string): Promise<Uint8Array>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getRawFile(path: string): Promise<Uint8Array>; 新版本信息:9 代替接口: ohos.resourceManager.getRawFileContent | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getRawFileDescriptor(path: string, callback: AsyncCallback<RawFileDescriptor>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:getRawFileDescriptor(path: string, callback: AsyncCallback<RawFileDescriptor>): void; 新版本信息:9 代替接口: ohos.resourceManager.getRawFd | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:getRawFileDescriptor(path: string): Promise<RawFileDescriptor>; 旧版本信息: | 类名:ResourceManager; 方法or属性:getRawFileDescriptor(path: string): Promise<RawFileDescriptor>; 新版本信息:9 代替接口: ohos.resourceManager.getRawFd | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:closeRawFileDescriptor(path: string, callback: AsyncCallback<void>): void; 旧版本信息: | 类名:ResourceManager; 方法or属性:closeRawFileDescriptor(path: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.resourceManager.closeRawFd | @ohos.resourceManager.d.ts |
| 废弃版本有变化 | 类名:ResourceManager; 方法or属性:closeRawFileDescriptor(path: string): Promise<void>; 旧版本信息: | 类名:ResourceManager; 方法or属性:closeRawFileDescriptor(path: string): Promise<void>; 新版本信息:9 代替接口: ohos.resourceManager.closeRawFd | @ohos.resourceManager.d.ts |
| type有变化 | 类名:PhoneNumberFormatOptions; 方法or属性:type?: string; 旧版本信息: | 类名:PhoneNumberFormatOptions; 方法or属性:type?: string; 新版本信息:string | @ohos.i18n.d.ts |
| type有变化 | 类名:LocaleOptions; 方法or属性:calendar?: string; 旧版本信息: | 类名:LocaleOptions; 方法or属性:calendar?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:LocaleOptions; 方法or属性:collation?: string; 旧版本信息: | 类名:LocaleOptions; 方法or属性:collation?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:collation?: string; 旧版本信息: | 类名:CollatorOptions; 方法or属性:collation?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:LocaleOptions; 方法or属性:hourCycle?: string; 旧版本信息: | 类名:LocaleOptions; 方法or属性:hourCycle?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:hourCycle?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:hourCycle?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:LocaleOptions; 方法or属性:numberingSystem?: string; 旧版本信息: | 类名:LocaleOptions; 方法or属性:numberingSystem?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:numberingSystem?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:numberingSystem?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:numberingSystem?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:numberingSystem?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:LocaleOptions; 方法or属性:numeric?: boolean; 旧版本信息: | 类名:LocaleOptions; 方法or属性:numeric?: boolean; 新版本信息:boolean | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:numeric?: boolean; 旧版本信息: | 类名:CollatorOptions; 方法or属性:numeric?: boolean; 新版本信息:boolean | @ohos.intl.d.ts |
| type有变化 | 类名:LocaleOptions; 方法or属性:caseFirst?: string; 旧版本信息: | 类名:LocaleOptions; 方法or属性:caseFirst?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:caseFirst?: string; 旧版本信息: | 类名:CollatorOptions; 方法or属性:caseFirst?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:locale?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:locale?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:locale?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:locale?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:dateStyle?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:dateStyle?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:timeStyle?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:timeStyle?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:timeZone?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:timeZone?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:hour12?: boolean 旧版本信息: | 类名:DateTimeOptions; 方法or属性:hour12?: boolean 新版本信息:boolean | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:weekday?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:weekday?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:era?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:era?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:year?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:year?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:month?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:month?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:day?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:day?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:hour?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:hour?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:minute?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:minute?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:second?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:second?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:timeZoneName?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:timeZoneName?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:dayPeriod?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:dayPeriod?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:localeMatcher?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:localeMatcher?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:localeMatcher?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:localeMatcher?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:localeMatcher?: string; 旧版本信息: | 类名:CollatorOptions; 方法or属性:localeMatcher?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:localeMatcher?: string; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:localeMatcher?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:RelativeTimeFormatInputOptions; 方法or属性:localeMatcher?: string; 旧版本信息: | 类名:RelativeTimeFormatInputOptions; 方法or属性:localeMatcher?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:DateTimeOptions; 方法or属性:formatMatcher?: string 旧版本信息: | 类名:DateTimeOptions; 方法or属性:formatMatcher?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:currency?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:currency?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:currencySign?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:currencySign?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:currencyDisplay?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:currencyDisplay?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:unit?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:unit?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:unitDisplay?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:unitDisplay?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:unitUsage?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:unitUsage?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:signDisplay?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:signDisplay?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:compactDisplay?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:compactDisplay?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:notation?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:notation?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:style?: string 旧版本信息: | 类名:NumberOptions; 方法or属性:style?: string 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:RelativeTimeFormatInputOptions; 方法or属性:style?: string; 旧版本信息: | 类名:RelativeTimeFormatInputOptions; 方法or属性:style?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:useGrouping?: boolean 旧版本信息: | 类名:NumberOptions; 方法or属性:useGrouping?: boolean 新版本信息:boolean | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:minimumIntegerDigits?: number 旧版本信息: | 类名:NumberOptions; 方法or属性:minimumIntegerDigits?: number 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:minimumIntegerDigits?: number; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:minimumIntegerDigits?: number; 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:minimumFractionDigits?: number 旧版本信息: | 类名:NumberOptions; 方法or属性:minimumFractionDigits?: number 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:minimumFractionDigits?: number; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:minimumFractionDigits?: number; 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:maximumFractionDigits?: number 旧版本信息: | 类名:NumberOptions; 方法or属性:maximumFractionDigits?: number 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:maximumFractionDigits?: number; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:maximumFractionDigits?: number; 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:minimumSignificantDigits?: number 旧版本信息: | 类名:NumberOptions; 方法or属性:minimumSignificantDigits?: number 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:minimumSignificantDigits?: number; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:minimumSignificantDigits?: number; 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:NumberOptions; 方法or属性:maximumSignificantDigits?: number 旧版本信息: | 类名:NumberOptions; 方法or属性:maximumSignificantDigits?: number 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:maximumSignificantDigits?: number; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:maximumSignificantDigits?: number; 新版本信息:number | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:usage?: string; 旧版本信息: | 类名:CollatorOptions; 方法or属性:usage?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:sensitivity?: string; 旧版本信息: | 类名:CollatorOptions; 方法or属性:sensitivity?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:CollatorOptions; 方法or属性:ignorePunctuation?: boolean; 旧版本信息: | 类名:CollatorOptions; 方法or属性:ignorePunctuation?: boolean; 新版本信息:boolean | @ohos.intl.d.ts |
| type有变化 | 类名:PluralRulesOptions; 方法or属性:type?: string; 旧版本信息: | 类名:PluralRulesOptions; 方法or属性:type?: string; 新版本信息:string | @ohos.intl.d.ts |
| type有变化 | 类名:RelativeTimeFormatInputOptions; 方法or属性:numeric?: string; 旧版本信息: | 类名:RelativeTimeFormatInputOptions; 方法or属性:numeric?: string; 新版本信息:string | @ohos.intl.d.ts |
| 函数有变化 | 类名:PhoneNumberFormatOptions; 方法or属性:type: string; | 类名:PhoneNumberFormatOptions; 方法or属性:type?: string; | @ohos.i18n.d.ts |
| 函数有变化 | 类名:LocaleOptions; 方法or属性:calendar: string; | 类名:LocaleOptions; 方法or属性:calendar?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:LocaleOptions; 方法or属性:collation: string; | 类名:LocaleOptions; 方法or属性:collation?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:collation: string; | 类名:CollatorOptions; 方法or属性:collation?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:LocaleOptions; 方法or属性:hourCycle: string; | 类名:LocaleOptions; 方法or属性:hourCycle?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:hourCycle: string | 类名:DateTimeOptions; 方法or属性:hourCycle?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:LocaleOptions; 方法or属性:numberingSystem: string; | 类名:LocaleOptions; 方法or属性:numberingSystem?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:numberingSystem: string | 类名:DateTimeOptions; 方法or属性:numberingSystem?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:numberingSystem: string | 类名:NumberOptions; 方法or属性:numberingSystem?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:LocaleOptions; 方法or属性:numeric: boolean; | 类名:LocaleOptions; 方法or属性:numeric?: boolean; | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:numeric: boolean; | 类名:CollatorOptions; 方法or属性:numeric?: boolean; | @ohos.intl.d.ts |
| 函数有变化 | 类名:LocaleOptions; 方法or属性:caseFirst: string; | 类名:LocaleOptions; 方法or属性:caseFirst?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:caseFirst: string; | 类名:CollatorOptions; 方法or属性:caseFirst?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:locale: string | 类名:DateTimeOptions; 方法or属性:locale?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:locale: string | 类名:NumberOptions; 方法or属性:locale?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:dateStyle: string | 类名:DateTimeOptions; 方法or属性:dateStyle?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:timeStyle: string | 类名:DateTimeOptions; 方法or属性:timeStyle?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:timeZone: string | 类名:DateTimeOptions; 方法or属性:timeZone?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:hour12: boolean | 类名:DateTimeOptions; 方法or属性:hour12?: boolean | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:weekday: string | 类名:DateTimeOptions; 方法or属性:weekday?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:era: string | 类名:DateTimeOptions; 方法or属性:era?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:year: string | 类名:DateTimeOptions; 方法or属性:year?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:month: string | 类名:DateTimeOptions; 方法or属性:month?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:day: string | 类名:DateTimeOptions; 方法or属性:day?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:hour: string | 类名:DateTimeOptions; 方法or属性:hour?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:minute: string | 类名:DateTimeOptions; 方法or属性:minute?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:second: string | 类名:DateTimeOptions; 方法or属性:second?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:timeZoneName: string | 类名:DateTimeOptions; 方法or属性:timeZoneName?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:dayPeriod: string | 类名:DateTimeOptions; 方法or属性:dayPeriod?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:localeMatcher: string | 类名:DateTimeOptions; 方法or属性:localeMatcher?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:localeMatcher: string | 类名:NumberOptions; 方法or属性:localeMatcher?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:localeMatcher: string; | 类名:CollatorOptions; 方法or属性:localeMatcher?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:localeMatcher: string; | 类名:PluralRulesOptions; 方法or属性:localeMatcher?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:RelativeTimeFormatInputOptions; 方法or属性:localeMatcher: string; | 类名:RelativeTimeFormatInputOptions; 方法or属性:localeMatcher?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:DateTimeOptions; 方法or属性:formatMatcher: string | 类名:DateTimeOptions; 方法or属性:formatMatcher?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:currency: string | 类名:NumberOptions; 方法or属性:currency?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:currencySign: string | 类名:NumberOptions; 方法or属性:currencySign?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:currencyDisplay: string | 类名:NumberOptions; 方法or属性:currencyDisplay?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:unit: string | 类名:NumberOptions; 方法or属性:unit?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:unitDisplay: string | 类名:NumberOptions; 方法or属性:unitDisplay?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:unitUsage: string | 类名:NumberOptions; 方法or属性:unitUsage?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:signDisplay: string | 类名:NumberOptions; 方法or属性:signDisplay?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:compactDisplay: string | 类名:NumberOptions; 方法or属性:compactDisplay?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:notation: string | 类名:NumberOptions; 方法or属性:notation?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:style: string | 类名:NumberOptions; 方法or属性:style?: string | @ohos.intl.d.ts |
| 函数有变化 | 类名:RelativeTimeFormatInputOptions; 方法or属性:style: string; | 类名:RelativeTimeFormatInputOptions; 方法or属性:style?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:useGrouping: boolean | 类名:NumberOptions; 方法or属性:useGrouping?: boolean | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:minimumIntegerDigits: number | 类名:NumberOptions; 方法or属性:minimumIntegerDigits?: number | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:minimumIntegerDigits: number; | 类名:PluralRulesOptions; 方法or属性:minimumIntegerDigits?: number; | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:minimumFractionDigits: number | 类名:NumberOptions; 方法or属性:minimumFractionDigits?: number | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:minimumFractionDigits: number; | 类名:PluralRulesOptions; 方法or属性:minimumFractionDigits?: number; | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:maximumFractionDigits: number | 类名:NumberOptions; 方法or属性:maximumFractionDigits?: number | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:maximumFractionDigits: number; | 类名:PluralRulesOptions; 方法or属性:maximumFractionDigits?: number; | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:minimumSignificantDigits: number | 类名:NumberOptions; 方法or属性:minimumSignificantDigits?: number | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:minimumSignificantDigits: number; | 类名:PluralRulesOptions; 方法or属性:minimumSignificantDigits?: number; | @ohos.intl.d.ts |
| 函数有变化 | 类名:NumberOptions; 方法or属性:maximumSignificantDigits: number | 类名:NumberOptions; 方法or属性:maximumSignificantDigits?: number | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:maximumSignificantDigits: number; | 类名:PluralRulesOptions; 方法or属性:maximumSignificantDigits?: number; | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:usage: string; | 类名:CollatorOptions; 方法or属性:usage?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:sensitivity: string; | 类名:CollatorOptions; 方法or属性:sensitivity?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:CollatorOptions; 方法or属性:ignorePunctuation: boolean; | 类名:CollatorOptions; 方法or属性:ignorePunctuation?: boolean; | @ohos.intl.d.ts |
| 函数有变化 | 类名:PluralRulesOptions; 方法or属性:type: string; | 类名:PluralRulesOptions; 方法or属性:type?: string; | @ohos.intl.d.ts |
| 函数有变化 | 类名:RelativeTimeFormatInputOptions; 方法or属性:numeric: string; | 类名:RelativeTimeFormatInputOptions; 方法or属性:numeric?: string; | @ohos.intl.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-accessibility
harmony 鸿蒙js-apidiff-application