1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:TimeZone<br>方法or属性:static getTimezonesByLocation(longitude: number, latitude: number): Array\<TimeZone>;|@ohos.i18n.d.ts|
4|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode|@ohos.i18n.d.ts|
5|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFC = 1|@ohos.i18n.d.ts|
6|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFD = 2|@ohos.i18n.d.ts|
7|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFKC = 3|@ohos.i18n.d.ts|
8|新增|NA|模块名: ohos.i18n<br>类名: NormalizerMode<br>方法 or 属性:NFKD = 4|@ohos.i18n.d.ts|
9|新增|NA|模块名: ohos.i18n<br>类名: Normalizer|@ohos.i18n.d.ts|
10|新增|NA|模块名: ohos.i18n<br>类名: Normalizer<br>方法 or 属性:static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts|
11|新增|NA|模块名: ohos.i18n<br>类名: Normalizer<br>方法 or 属性:normalize(text: string): string;|@ohos.i18n.d.ts|
12|新增|NA|类名:ResourceManager<br>方法or属性:getStringSync(resId: number, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
13|新增|NA|类名:ResourceManager<br>方法or属性:getStringSync(resource: Resource, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
14|新增|NA|类名:ResourceManager<br>方法or属性:getStringByNameSync(resName: string, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
15|新增|NA|类名:ResourceManager<br>方法or属性:getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
16|新增|NA|类名:ResourceManager<br>方法or属性:getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
17|新增|NA|类名:ResourceManager<br>方法or属性:getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
18|新增|NA|类名:ResourceManager<br>方法or属性:getRawFileList(path: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
19|新增|NA|类名:ResourceManager<br>方法or属性:getRawFileList(path: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
20