我注意到,当您嵌入 google docs iframe(例如,您自己的网站)时,它会将其页面呈现为图像。我想做的是使用jquery ..在下面的html 中访问其中一个图像/页面,谁能告诉我如何获得最后一个img?(具有非常长的源属性值的那个)。谢谢
<div id="content-pane" class="gview-scrollbar jfk-scrollbar" style="top: 37px; left: 0px; : 800px; height: 663px;">
<div id="page-pane" class="">
<div id=":0.page.0" class="page-element goog-inline-block" style="width: 739px;">
<div>
<div class="highlight-pane"></div>
<div class="highlight-pane">
<div class="highlight-pane"></div>
<div class="highlight-pane"></div>
<img class="page-image" style="width: 800px; height: 1038px;display: none;">
<img class="page-image" style="width: 719px;" src="?url=http%3A%2F%2Finfolab.stanford.edu%2Fpub%2Fpapers%2Fgoogle.pdf&docid=cbdffdac40189f88c8f7d1922dd915f5&a=bi&pagenumber=1&w=719">
<p id=":0.a11y.0" class="accessibility-text" tabindex="-1"></p>
</div>
</div>
</div>
</div>