".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)'); } }) })
在使用[GoDaddy](/#)的[cPanel主机](https://www.idcspy.com/cpanel-hosting.html "cPanel主机")时,可能有时候发现隐藏文件如.htaccess等在文件管理器中没有找到。可能的原因就是隐藏文件没有显示出来的。因为我们在进入文件管理器的时候会有是否显示隐藏文件的提示,如果没有勾选,就不会显示网站目录中的隐藏文件的。
如何显示[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")里的隐藏文件?
我们进入GoDaddy的cPanel面板,点击“文件管理器”的时候,默认会看到下图窗口提示,看“显示隐藏文件”前面的方框是否勾选,勾选了那么就可以看到隐藏文件了。
![](/sites/default/files/20150518105849.jpg)
如果点击文件管理器的时候直接进入后台而没有出现上图的提示,说明我们勾选了上图中的“Always open this directory in the future when opening: 文件管理器”选项,勾选了该选项表明下次进入文件管理器的时候就会默认进入指定的网站目录。此时,我们应该如何操作呢?
其实很简单,如下图所示,点击“设置”-”“重置页面设置”然后将cPanel面板恢复到初始状态就可以了。这样,点击“文件管理器”的时候就会重新会出现第一张图的窗口提示了。
![](/sites/default/files/20150518105907.jpg)
温馨提示:其他cPanel主机显示隐藏文件的操作和GoDaddy的一样(可能控制面板的界面存在一定的差别)。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108072.html