".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[阿里云](/#)对象存储OSS(Object Storage Service)是一款海量、安全、低成本、高可靠的云存储服务,多种存储类型可供选择,全面优化存储成本。那么阿里云对象存储OSS怎么收费?下面来简单了解下阿里云对象存储OSS的计费方式有哪些。
活动地址:[阿里云产品优惠链接](https://go.idcspy.com/www.aliyun.com/)
**阿里云对象存储OSS支持以下计费方式:**
1、按量付费
所有计费项默认采用按量付费。按照各计费项的实际用量结算费用,先使用,后付费,适用于业务用量经常有变化的场景。
2、资源包
针对部分常用计费项支持专用的资源包。预先购买针对不同的计费项推出的优惠资源包,在费用结算时,优先从资源包抵扣用量,先购买,后抵扣,适用于业务用量相对稳定的场景。
3、存储容量单位包SCU
针对存储费用支持SCU。SCU除了用于抵扣OSS的存储费用,还可用于抵扣多种云存储产品存储容量费用。
温馨提示:相较于按量付费,资源包和SCU具有一定的优惠折扣。超出资源包和SCU抵扣额度的用量,计入按量付费,会产生后付费账单,请根据您的所需服务、业务体量,购买适合额度的资源包和SCU。
此外,您在注册阿里云账号(注册未满6个月的个人用户或企业用户)并进行实名认证后,如果未购买任何产品,可免费试用OSS。试用期内,您可以免费存储一定额度的标准存储(本地冗余)类型文件。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103145.html