JS - 阿里雲 OSS 文件下載通用辦法(支持跨域)

// 建立 OSS 客戶端對象 createOssClientTemp () { return new Promise((resolve) => { let client = new OSS({ accessKeyId: 'xxx', accessKeySecret: 'xxx', bucket: 'xxx' })
相關文章
相關標籤/搜索