|
String content = "Hello testing! <br/> <a href='http://java.sun.com' target='_blank'> GoTo Sun </a> <br/> Regards";
After becoming the general txt format, it is printed as follows:
Hello testing!
GoTo Sun
Regards
I don't know if java provides related class library processing |
|