1

以前は iframe を使用していましたが、すべての Web ページの URL コンテンツが完全に表示されていました。

例: 次のコードを「trial.html」という名前のファイルに保存しました。

<iframe src="http://stackoverflow.com/unanswered" width=1100 height=1500></iframe>
<iframe src="http://stackoverflow.com/questions" width=1100 height=1500></iframe>

私のファイル「trial.html」をFirefoxにロードすると、2つのURLが正しく表示されます。;)


しかし、たとえば、最初の url の右上の「投票」部分 (灰色) だけを Web ページに表示したいと思います。次のコードがあることに気付きました:

<div class="module">
        <div class="summarycount" style="text-align: left;">11,308</div>
        <p>questions with <b style="color: maroon;">no upvoted answers</b></p>

        <p>The highest voted unanswered questions appear first, then the most recent ones. </p>        
    </div>

パーツのみ、パーツのみの表示は可能です<div class="summarycount"<div class="module">

前もって感謝します ;)

4

2 に答える 2