BubikolRamios
01-14-2010, 07:45 AM
the contence of s is:
<div style="color: #003362"> </div>
if I do.
if s.equals("<div style=\"color: #003362\"> </div>")
...
it does not work, that is, I get false.
How to handle that ?
<div style="color: #003362"> </div>
if I do.
if s.equals("<div style=\"color: #003362\"> </div>")
...
it does not work, that is, I get false.
How to handle that ?