search

Home  >  Q&A  >  body text

javascript - php用xpath取页面中script里声明的变量值?

php 用 xpath 取页面中 script 里声明的变量值?

<script>
var message = 'this is the text to be catch...';
</script>

比如某个网页里有上面一段内容,我想取其中的 message 的值取出来,可有办法?

我现在是整段拿到 html 再取 message 的,很不划算……

迷茫迷茫2817 days ago537

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-10 17:01:15

    难道你还能仅仅加载一个页面的一部分,这不现实啊,任何时候都是需要先完整获取页面,然后如果你不想完全采用正则来获取,你可以考虑使用类似jquery的php库
    https://github.com/tburry/pquery

    reply
    0
  • Cancelreply