使用 file_get_contents 时如何从特定标签获取内容
例如,我有一个 .txt 文件,名为cache.txt。它包含一些信息,我需要从 **THESE**
标签获取内容。有什么想法吗? 谢谢。
For example i have one .txt file, called cache.txt. It contains some information, and i need to get content from <span class="date">**THESE**</span>
tags. Any ideas?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用简单的HTML DOM
示例:
cache.txt
file.php
You can use Simple HTML DOM
Example:
cache.txt
file.php