javascript - php用xpath取页面中script里声明的变量值?
迷茫
迷茫 2017-04-10 16:59:15
0
1
523

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

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

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

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

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
伊谢尔伦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template