Get data from inside script and pass it to plain text with php?
问题 Basically I want to get a data from inside the script tag from an external HTML page, Example: <script type="text/javascript"> var playerInstance = jwplayer("jwplayer"); playerInstance.setup({ id:'jwplayer', width: "100%", height: "100%", aspectratio: "16:9", fullscreen: "true", primary: 'html5', provider: 'http', autostart: false, sources: [{"type":"video/mp4","label":360,"file":"MY-VIDEO-LINK"},{"type":"video/mp4","label":480,"file":"MY-VIDEO-LINK"}], }); I just want the black-marked: >>