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.
我正在寻找一种快速有效的方法来检测页面 HTML 结构的更改。这不包括 html 元素中的文本/字符串。
从我在网上的所有研究中,我找不到任何好的方法..
有人有想法吗?
回复您的评论:
是的,但我需要在服务器端实现它。最好在 PHP 中。
您必须为此使用 Javascript,并且它必须在客户端运行。对此没有选择。
如果您想让 PHP 意识到它,那么您仍然必须使用 Javascript 来检测它,然后使用 Javascript Ajax 回调到您的服务器。