IDP.Storage.Enterprise.getItemListAsync() 函数
function getItemListAsync(keys: string[]): Promise<StorageItem[]>;
批量查询数据
参数:
keys: string[]
返回值: Promise<StorageItem[]>
function getItemListAsync(keys: string[]): Promise<StorageItem[]>;
批量查询数据
参数:
keys: string[]返回值: Promise<StorageItem[]>