ImportXML - Google表格但不完整的HTML

时间:2016-11-13 22:15:14

标签: html xml xpath google-sheets

首先,我是一个新手,并不知道编程。我试图在我的一张纸上使用importxml,但它不起作用,因为它总是以空单元格的形式返回。当我查看我的网址的网页来源时,它只显示此内容。

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Management Console</title>
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/lumen/bootstrap.min.css">
   <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<div id="root">
</div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCtv3S4sKtUtwBwvvkQuGbq3HrzGftdJpc&libraries=geometry"></script>
<script src="/bundle.js"></script>
</body>
</html>

然而,当我在Chrome上使用inspect打开它时,div id =&#34; root&#34;之间的行有更多信息。和/ div。我不确定它是否仍然可以使用xpath。请参阅附图,了解我的情况。

1 个答案:

答案 0 :(得分:0)

IMPORTXML只能通过JavaScript或其他方式访问源代码而不是修改后的DOM,与Web浏览器相反,因此IMPORTXML不是获得所需值的工具。