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 中的 html 中检索视频标签属性吗
<video height="" width=""><source src=""></source></video>
我需要从源代码中检索视频属性(宽度、高度)和 src 标记……然后从 HTML 中删除这些视频标记。
例如,您可以使用phpquery。