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.
我想扫描位于我网站目录中的 .php 文件的内容,然后对其中的文本执行一些其他操作。我也见过用 jquery 完成的类似的事情.html()
.html()
我将如何使用sscanf()或简单 XML 来做到这一点?或者那是正确的方法吗?
sscanf()
我建议您查看 SimpleXML 来解析您的 html,这肯定不是 sscanf 或更糟的工作:正则表达式。