".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)'); } }) })
阿里云香港服务器/海外/国外服务器需要备案吗?不少第一次使用阿里云香港及海外的服务器用户不清楚是否需要备案。在这里明确的告诉大家[阿里云](/#)香港服务器及阿里云海外服务器不需要备案。阿里云服务器分为二大区域,分别是阿里云国内服务器和阿里云海外服务器(香港服务器也属于海外服务器)。
**阿里云国内服务器需要备案。**
**阿里云海外服务器及香港服务器不需要备案**,购买后可直接使用,免备案。
国内服务器备案,是一个很麻烦的过程,所以很多人直接选用海外服务器或者香港服务器,也是一个非常不错的选择。
点击[阿里云官网](https://go.idcspy.com/www.aliyun.com/)立即购买,进入服务器配置页面。
注意:地域 必须选择香港或国外地域,则是免备案服务器。如果选择了国内的华东,华北,华南则是国内服务器,需要备案。
如下图:地域 选项一定要选择香港或者国外,则是免备案服务器。
服务器的配置购买页面,默认是自定义购买(自定义购买特别麻烦,如果你对服务器不太了解,可选择一键购买,页面就非常的清爽了)
在最顶部有 一键购买和自定义购买的切换,点击下就可以了。
![](https://www.idcspy.com/wp-content/uploads/2022/07/wewe.png)
默认的 地域 选项是国内,我们重新选择 地域 ,选择香港就是阿里云香港服务器,选择国外 就是阿里云国外服务器,非常的简单。
服务器购买之后不需要备案,如果你是做网站,绑定域名到服务器,网站就可打开运行,不需要备案。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103532.html