该网站的代码是使用 AngularJS javascript 框架生成的。当我访问一个网页时,它会完全显示该页面,但源代码正在由源代码中未完全存在的部分加载,例如:
<body>
<div class="wrapper">
<div ng-include="'partials/header.html'"></div>
<div id="ng-view" ng-view class="main_view wrapper"></div>
<!--div ng-include="'partials/home_content.html'"></div-->
<a href="#"> </a>
</div>
<div ng-include="'partials/footer.html'" class="footer"></div>
</body>
如何在https://www.google.com/webmasters/tools/home中测试部分代码(页眉、内容、页脚) ?