&引用;“查看页面来源”;显示完全展开的html

&引用;“查看页面来源”;显示完全展开的html,html,web-hosting,Html,Web Hosting,这很奇怪,我从没见过这种情况。起初我以为这一定是FireFox中的某个设置,但在每个浏览器中都会发生。因此,它可能与宿主web服务器上的设置有关 通常,当我右键单击网页并查看html源代码时,我会看到链接到css、字体和脚本库文件的行 但在我正在开发的这个网站上,每个链接文件的整个库都显示了 下面是实际代码的开头部分: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" conten

这很奇怪,我从没见过这种情况。起初我以为这一定是FireFox中的某个设置,但在每个浏览器中都会发生。因此,它可能与宿主web服务器上的设置有关

通常,当我右键单击网页并查看html源代码时,我会看到链接到css、字体和脚本库文件的行

但在我正在开发的这个网站上,每个链接文件的整个库都显示了

下面是实际代码的开头部分:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Wayne's Wax - Industrial Class Waxing System for the Airline,Automotive, RV, Theme &amp; Amusement Park, and Do It Yourself Markets</title>
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>

<link href="<?php echo PATH; ?>css/main.css" media="all" rel="stylesheet" />
<link href="<?php echo PATH; ?>css/menu.css" media="all" rel="stylesheet" />

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="<?php echo PATH; ?>js/jquery-ui.js"></script>
<link href="<?php echo PATH; ?>perfect-scrollbar/css/perfect-scrollbar.css" media="all" rel="stylesheet" />
<script type="text/javascript" src="<?php echo PATH; ?>perfect-scrollbar/js/min/perfect-scrollbar.jquery.min.js"></script>
<script type="text/javascript" src="<?php echo PATH; ?>perfect-scrollbar/js/min/perfect-scrollbar.min.js"></script>
<!-- ... and so on, and so forth... -->
</head>

Wayne's Wax-航空、汽车、房车、主题和娱乐的工业级打蜡系统;游乐园,还有自己动手的市场

没有看到你提到的任何东西。对我来说很好。可能安装了一个负载优化/缓存插件,将一些资源放入页面。我在源代码中也没有看到这些样式标记。我也只看到了常规的HTML源代码。这个问题似乎不可复制。更新:当我单击我提供的链接时,它看起来很正常。
<style type="text/css" style="display:none">@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  src: local('Slabo 27px'), local('Slabo27px-Regular'), url(http://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7RsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

</style>

<style type="text/css" style="display:none">@font-face {
  font-family: 'Just Another Hand';
  font-style: normal;
  font-weight: 400;
  src: local('Just Another Hand'), local('JustAnotherHand-Regular'), url(http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRfzpTO3zq7FUe5pJUVhf_ntc.woff2) format('woff2'), url(http://fonts.gstatic.com/s/justanotherhand/v7/fKV8XYuRNNagXr38eqbRf8DbBFScDQWNirGEA9Q9Yto.woff) format('woff');
}

</style>

<style type="text/css" style="display:none">@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}