".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)'); } }) })
MIME(Multipurpose Internet Mail Extensions)多用途互联网邮件扩展类型就是设定某种扩展名的文件用一种应用程序来打开的方式类型,当该扩展名文件被访问的时候,浏览器会自动使用指定应用程序来打开。多用于指定一些客户端自定义的文件名,以及一些媒体文件打开方式。
多用途互联网邮件扩展,它是一个互联网标准,在1992年最早应用于电子邮件系统,但后来也应用到浏览器。服务器会将它们发送的多媒体数据的类型告诉浏览器,而通知手段就是说明该多媒体数据的MIME类型,从而让浏览器知道接收到的信息哪些是MP3文件,哪些是Shockwave文件等等。服务器将MIME标志符放入传送的数据中来告诉浏览器使用哪种插件读取相关文件。
Hostease主机支持自定义MIME文件类型,那么如何自定义mime文件类型呢?今天就让小编给大家一个图文教程:
登录cPanel,在页面底部的“高级”选项里,单击“MIME类型”进行设置。
![](/sites/default/files/1_10.jpg)
、添加MIME类型 1、在“MIME类型”输入框内填入文件类型句柄的名称; 注意:例如,“application/cgi”是扩展名“.cgi”的句柄。 2、在“扩展名”输入框内输入文件扩展名。 文件扩展名是“.”后面跟着字母。例如,filename.fileextension。 3、单击“添加”。
![](/sites/default/files/2_1.jpg)
删除自定义的MIME类型、 单击“移除”标题下的“X”;
![](/sites/default/files/3.jpg)
单击“删除MIME类型”,确认删除操作 注意:不能删除系统MIME类型。以上就是cpanel对MIME,操作起来比较简单!"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108116.html