File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# tencentyun-cos-js-sdk-v4
22js-sdk-v4 for [ 腾讯云对象存储服务] ( http://wiki.qcloud.com/wiki/COS%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D )
33
4- ##前期准备
4+ ## 前期准备
55
661 . 使用SDK需要浏览器支持HTML 5<br >
772 . 请您到https://console.qcloud.com/cos 获取您的项目ID(appid),bucket,secret_id和secret_key。
@@ -10,7 +10,7 @@ js-sdk-v4 for [腾讯云对象存储服务](http://wiki.qcloud.com/wiki/COS%E4%B
1010 ![ ./cors.png] ( ./cors.png )
1111
1212
13- ##配置
13+ ## 配置
1414
1515### Step1. 下载源码
1616从github下载源码,将SDK中dist目录下的cos-js-sdk-v4.js包含到您的项目中。
@@ -20,7 +20,7 @@ js-sdk-v4 for [腾讯云对象存储服务](http://wiki.qcloud.com/wiki/COS%E4%B
2020
2121< ; script type="text/javascript" src="cos-js-sdk-v4.js"> ;< ; /script> ; <br >
2222
23- ##使用
23+ ## 使用
2424
2525### cos-js-sdk之v4与v3相比的一些改动
2626
@@ -31,9 +31,9 @@ js-sdk-v4 for [腾讯云对象存储服务](http://wiki.qcloud.com/wiki/COS%E4%B
31315 . v4进行了模块化封装,可以自行用gulp构建
32326 . 如何确定自己应该是用v4的sdk还是v3的? 登陆https://console.qcloud.com/cos 如果左上角提示是云对象存储v4则说明要用v4的sdk否则就是v3的
3333
34- ###所有的示例代码实现可以参考sample/index.html
34+ ### 所有的示例代码实现可以参考sample/index.html
3535
36- ###初始化
36+ ### 初始化
3737
3838``` js
3939
@@ -273,6 +273,6 @@ js-sdk-v4 for [腾讯云对象存储服务](http://wiki.qcloud.com/wiki/COS%E4%B
273273
274274```
275275
276- ##反馈
276+ ## 反馈
277277
278278欢迎提issue
You can’t perform that action at this time.
0 commit comments