如何在Java中的html页面中读取表 [英] how to read table in html page in java

查看:618
本文介绍了如何在Java中的html页面中读取表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,我需要您的帮助,如何在java.html页面中读取表格,并在eclips控制台上显示表格的内容.请提供帮助.谢谢.

Hi friends I want your help how can I read an table in html page in java.and show the content of table on eclips console.Plase help .Thanks.

推荐答案

阿什拉夫已经说过了-一种.
您需要解析html页面.

为此:

-将HTMl页面作为ASCII文件读取
-检测标签
-将标签之间的信息传递给您想要使用的标签
Ashraff laready said it - kind of.
You need to parse the html page.

for that:

- read the HTMl page as an ASCII file
- detect the tags
- pass the information between the tags to what-ever-you-want-to-do-with-it


这篇关于如何在Java中的html页面中读取表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆