我想从 Java String 获取图像的 url:
String data = "[SyndContentImpl.value=<p><img class="alignnone size-full wp-image-134291"
title="Design Store(y): Poketo Photo"
src="http://3.design-milk.com/images/2013/03/storey-poketo-storefront-1.jpg"
alt="Design Store(y): Poketo in style fashion home
furnishings featured Category" width="500" height="333" /></p>";
我试过了
String pattern = "(http://)+[\\d\\w[-./]]*(.jpg)+";
但无法从数据中获取图像的 url。我终于需要这个网址
http://3.design-milk.com/images/2013/03/storey-poketo-storefront-1.jpg