上传图片吗?SDK 的 demo 里应该有的。 /// 获取上传后的图片信息(仅图片空间有返回数据) fmt.Printf("x-upyun-width: %v\n", u.GetWritedFileInfo("x-upyun-width")) // 图片宽度 fmt.Printf("x-upyun-height: %v\n", u.GetWritedFileInfo("x-upyun-height")) // 图片高度 fmt.Printf("x-upyun-frames: %v\n", u.GetWritedFileInfo("x-upyun-frames")) // 图片帧数 fmt.Printf("x-upyun-type: %v\n", u.GetWritedFileInfo("x-upyun-file-type")) // 图片类型
上传图片吗?SDK 的 demo 里应该有的。