HTML:
<img class="thumb_img" title="Sample title here" src="http://example.com/test.jpg" />
我想从中提取title
属性img
并将其作为文本添加到div
.
结果:
<img class="thumb_img" title="Sample title here" src="http://example.com/test.jpg" />
<div class="title_container">Sample title here</div>