Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 LIKE 网页获取 FLV 文件 URL;http://panet.co.il/Ext/vplayer_lib.php?media=95865
坦克
如果您需要将其输出为视频 在 vplayer_lib.php 上试试这个
<?php header("Content-type: video/flv"); echo file_get_contents($pathToFLV); ?>