【发布时间】:2018-07-19 06:24:55
【问题描述】:
我有以下 html:
<!-- other html -->
<div class="my_class_name_1" style="padding-bottom: 125%;"><img alt="lorem ipsum dolor sit" class="my_class_name_2" decoding="auto" sizes="111px" srcset="https:/link1.jpg def1,https:/link2.jpg def2,https:/link1.jpg def3" src="https:/link3.jpg" style=""></div>
<!-- other html -->
从这里我只需要从 src https:/link3.jpg 获取链接,但无法获得任何帮助。
在整个 html 文档中只有一次是 <div class="my_class_name_1"
【问题讨论】: