如何使用xpath读取HTML中的变量?

时间:2017-12-10 02:53:02

标签: python html xpath web-crawler

例如,HTML页面就像

<html>
    <body>
        <script>
            var a = ["1", "2", "3"]
        </script>
    </body>
</html>

我怎样才能获得&#34; 1&#34;,&#34; 2&#34;,&#34; 3&#34;?

0 个答案:

没有答案