nativescript azure storage:适用于NativeScript的Azure存储 源码
nativescript-azure-storage 安装 tns plugin add nativescript-azure-storage 用法 import { NativeScriptAzureStorage } from 'nativescript-azure-storage'; let azureStorage = new NativeScriptAzureStorage(this.azureStorageConnectionString); 适用于Android和iOS的可用方法 createBlobContainer :创建Blob容器 azureStorage.create
用户评论