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.
有人可以帮我从包含 asp 页面的 URL 中解析数据。
http://www.bseindia.com/mktlive/mktwatch.asp
我想使用 php 从此 URL 检索所有数据。
提前致谢。
<?php echo file_get_contents("http://www.bseindia.com/mktlive/mktwatch.asp"); ?>
就那么简单。然后使用 DOM 解析该数据。