如何檢測文本中是否存在某些圖片html標記並提取圖片的網址?從文本和html標記中檢測並提取圖片url
例如,
提取此網址:
http://
www.someurl.com/somefileprocessor.php/12345/somedir/somesubdir/someniceimage.j
pg
從這個標記(此標記可以是文本和/或HTML的另一束內)
<img title="Some nice title" border="0"
hspace="0" alt="some useful hint" src="http://
www.someurl.com/somefileprocessor.php/12345/somedir/somesubdir/someniceimage.j
pg" width="629" height="464" />
感謝的提前 安傑洛
好像答案就在這裏:http://stackoverflow.com/questions/2143202/any-preg-match-to-extract-image -urls,從文本。 – bredikhin