".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)'); } }) })
熟悉[美国虚拟主机](/#)的站长们,应该对Hostinger主机商有所了解,该主机商提供的虚拟主机产品方案价格便宜、性能比较优越,且自带有简单易用的hPanel控制面板,可以实现轻松数据库管理、FTP管理等操作。本文就先来介绍下如何用hPanel面板查看FTP详细信息。
1、首先登录到[Hostinger](/#)账户,在hPanel面板中,点击Manage按钮。
![](https://www.idcspy.com/wp-content/uploads/2021/06/host.jpg)
2、然后在新页面中向下滚动到FTP 帐户部分。在该页面中您将能够看到您的 FTP详细信息。
![](https://www.idcspy.com/wp-content/uploads/2021/06/host1.jpg)
3、出于安全原因,控制面板中不显示 FTP 密码。FTP 密码是通过最初设置计划或添加附加域时为域创建的。
![](https://www.idcspy.com/wp-content/uploads/2021/06/host2.jpg)
4、如果您不确定设置的FTP密码是什么,您可以通过FTP Accounts → Change account password 进行更改操作。FTP 密码也适用于SSH 连接。
![](https://www.idcspy.com/wp-content/uploads/2021/06/ftp-2.jpg)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105851.html