".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)'); } }) })
[FastComet](https://www.idcspy.com/fastcomet.html "FastComet")前前后后已经介绍过不少相关教程了,FastComet作为一家出色的[美国主机](https://www.idcspy.com/)商,经常出一些特惠活动,客户群体也在增多,新客户在后面后,各种问题也扑面而来,本文就来说说FastComet如何创建临时URL?
即使域名尚未指向我们的服务器,临时 URL 也可让您测试网站的功能。当您将网站转移到 [FastComet](/#) Hosting 而您的域名仍然指向您以前的提供商或正在传播时,它非常适合检查网站的行为。要在类似情况下获得更本地化的解决方案,您还可以通过查看我们的教程来尝试编辑您的 Hosts 文件。
通过我们为您新购买的托管计划创建临时 URL 非常简单,可以通过您的客户区完成。在您登录我们的帐户后,只需向下滚动,直到您到达客户区的“活动产品”部分,您将在其中看到您的所有产品和服务,然后单击“信息”图标。
![](https://www.idcspy.com/wp-content/uploads/2021/11/turl11.png)
帐户信息窗口打开后,您将能够看到您的名称服务器、服务器、cPanel凭据和一个矩形绿色按钮,您可以使用该按钮创建临时 URL。
![](https://www.idcspy.com/wp-content/uploads/2021/11/turl12.png)
现在您可以测试,而不必担心DNS 传播。
笔记: 如果刷新后临时 URL 从帐户信息中消失,您需要导航到产品 → 我的产品,然后在选择正确的产品后单击查看详细信息以访问更改密码选项。然后填写您当前的 cPanel 密码并单击Save Changes。这会将您的 cPanel 密码与我们的系统同步,并使创建临时 URL 成为可能"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104767.html