简体   繁体   中英

Get text and form data from and html table and use it for a servlet

It there a simple way to read text from an html table using Java. I want to use that data from the table to create objects and store in a database. The table has three columns, two have text and one is a form that the user can use to input data. I would like to read everything in the table and store it in an object, are there any Java libraries that allow this?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM