When I parse the html file(stored in native) with jsoup. I have modified some elements in the html file,so I want to save the modified html, and replace the old one?
Do any body know which method in jsoup can do the job?
Thank you so much!!!
When I parse the html file(stored in native) with jsoup . I have modified
Share
You could write the contents of either
or
to file, where
documentis got fromlike so: