次のようなSTRING(ドキュメントにはありません)があります
<img src="http://www.blogcdn.com/www.engadget.com/media/2013/10/bear-extender- samsungativ_thumbnail.jpg"> Freedom is a wonderful thing and the folks at BearExtender want Microsoft users to enjoy more of it. Its new 1,200mW USB WiFi booster for PCs finally caught up with the Mac version, which extends WiFi range up to four times more than usual. One lucky reader will get to savor this new found freedom ...<div>
文字列の最初の画像のソースを取り除きたい。次を使用してjqueryを使用して実行できることを知っています:
String.find('img').first().attr('src');
jqueryなしで同じことを達成するにはどうすればよいですか?