<div style="float: left; margin-top: 10px; font-family: Verdana; font-size: 13px; color: #404040;">innertext</div>
there are some divs like this, not use id or class, but a style. How to get the inner text with each one? Thanks.
there are some divs like this, not use id or class, but a style. How to get the inner text with each one? Thanks. |
||||
| show 2 more comments |
|
If the styles are consistent, then you can loop over all divs in the document and filter them by style.
|
|||
|
|
|
You may use the content of
|
||||
|
|
|
You could probably try to match some of their parents (which have |
|||
|
|
|
Thanks to all. I depends on
|
|||
|
|
<div>– kjy112 Mar 12 '11 at 17:29