我正在检索这样的 div:
window.onload= function get_all(){
function get_header(){
$('#main_header').load('/Head_footer.php #head_main');
}
$(function() {
get_header();
}); };
然而,源代码没有显示 div 中的内容,但它在网页中正确显示。
这是源代码显示的内容:
<div id="main_header"><script type="text/javascript">
window.onload= function get_all(){
function get_header(){
$('#main_header').load('/Head_footer.php #head_main');
}
$(function() {
get_header();
});
}; </script>
</div>
我想要的是源代码显示 div 中的内容。有没有办法做到这一点?欢迎任何帮助。
我问这个的原因是因为谷歌没有读取这个 div 中结构化数据的标记。因为它没有在源代码中显示