通过简单的html dom解析javascript

时间:2014-12-18 08:23:57

标签: php simple-html-dom

有没有办法通过SIMPLE HTML DOM在此代码中返回URL:

<div class="film">
<script type="text/javascript">

            jwplayer("myElement").setup({
                file: "http://images.example.com/system.mp4",
                image: "",
                width: 500
            });
</script>
</div>

我想要这个网址:

http://images.example.com/system.mp4

0 个答案:

没有答案