Home  >  Article  >  Backend Development  >  用php处置一段html代码中的所有img标签

用php处置一段html代码中的所有img标签

WBOY
WBOYOriginal
2016-06-13 12:47:111032browse

用php处理一段html代码中的所有img标签
有一段html代码,里面包含很多标签,同时包含有很多的img标签,现在,需要用php语言将所有的img标签的src图片地址提取出来后,经过我的一段程序处理生成自己服务器下的图片地址,将原先的src图片地址替换成我程序处理后的地址。
并且保证图片地址替换后的img标签与原先的img标签在html代码中的位置是一样的。

PHP HTML 图片
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn