Java将字符串转化为html然后解析

Stringstr="<inputtype='checkbox'name='proTest'id='proc74155'value='优逸系列之鼎富122002号(第11... String str="<input type='checkbox' name='proTest' id='proc74155' value='优逸系列之鼎富122002号(第11期)人民币' onclick=floatTip.check(this,'proc74155')></label></td><td class='dr' align='left'><b><a href='74155.shtml' alt='优逸系列之鼎富122002号(第11期)人民币' title='优逸系列之鼎富122002号(第11期)人民币' target='_blank'>优逸系列之鼎富1..</a></b><font class='cred'>[预售]</font></td><td class='hl' align="left">包商银行</td><td class='on'>2013-12-09</td><td >2014-02-10</td><td class='hl'>人民币</td><td class='hl'>2.00</td><td class='hl'>混合型</td><td class='hl'>--</td><td class='hl'>--</td></tr><tr align='center'><td align='center'>"
将这个字符串转化为html解析
我想拿到

这个数据的,有大神木有帮帮忙
展开
 我来答
3zzz3yyy3
推荐于2017-11-25 · 超过20用户采纳过TA的回答
知道答主
回答量:62
采纳率:0%
帮助的人:38.8万
展开全部
一、如果你是用的servlet,直接用
PrintWriter out = response.getWriter();
String strss="<input type='checkbox' name='proTest' id='proc74155' value='优逸系列之鼎富122002号(第11期)人民币' onclick=floatTip.check(this,'proc74155')></label></td><td class='dr' align='left'><b><a href='74155.shtml' alt='优逸系列之鼎富122002号(第11期)人民币' title='优逸系列之鼎富122002号(第11期)人民币' target='_blank'>优逸系列之鼎富1..</a></b><font class='cred'>[预售]</font></td><td class='hl' align=\"left\">包商银行</td><td class='on'>2013-12-09</td><td >2014-02-10</td><td class='hl'>人民币</td><td class='hl'>2.00</td><td class='hl'>混合型</td><td class='hl'>--</td><td class='hl'>--</td></tr><tr align='center'><td align='center'>";
out.println(strss);
就ok了
二、如果你是在jsp中,直接 out.println(strss);
追问
我是想说,在这个字符串中提取这些值,就像字符串截取一样,还是后台拿到这些值的
百度网友12ee0fd
2013-09-24 · TA获得超过4.7万个赞
知道大有可为答主
回答量:1.1万
采纳率:66%
帮助的人:1981万
展开全部

使用jsoup

Document doc = Jsoup.parseBodyFragment(str);
...
追问
具体的真不会,能写一下吗
在这个字符串中提取这些值,就像字符串截取一样,还是后台拿到这些值的
追答
看过jsoup网站的cookbook基本就会用了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
yan_sa0
2013-09-25
知道答主
回答量:40
采纳率:0%
帮助的人:20.3万
展开全部
使用jsoup,htmlparser都可以,建议jsoup,跟jquery用起来一样,
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
缘竹临溪
推荐于2016-05-03 · TA获得超过1123个赞
知道小有建树答主
回答量:579
采纳率:0%
帮助的人:419万
展开全部
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title> New Document </title>
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 </head>
 <body>
 <table>
 <tr>
 <td>
  <input type='checkbox' name='proTest' id='proc74155' value='优逸系列之鼎富122002号(第11期)人民币' onclick=floatTip.check(this,'proc74155')>
 </td>
  </tr>
  <tr>
  <td class='dr' align='left'>
  <b><a href='74155.shtml' alt='优逸系列之鼎富122002号(第11期)人民币' title='优逸系列之鼎富122002号(第11期)人民币' target='_blank'>优逸系列之鼎富1..</a></b>
<font class='cred'>[预售]</font>
  </td>
  </tr>
  <tr>
  <td class='hl' align="left">包商银行</td>
  </tr>
  <tr>
  <td  class='on'>2013-12-09</td>
  </tr>
  <tr>
 <td  >2014-02-10</td>
  </tr>
  <tr>
 <td  class='hl'>人民币</td>
  </tr>
  <tr>
<td  class='hl'>2.00</td>
  </tr>
  <tr>
 <td  class='hl'>混合型</td>
  </tr>
  <tr>
 <td  class='hl'>--</td>
  </tr>
  <tr>
 <td  class='hl'>--</td>
  </tr>
  <tr>
 <tr align='center'>
  </tr>
  <tr>
  <td align='center'>
  </tr>
 <table>
 </body>
</html>
<!--要的是这样的吗?-->
追问
我是想说,在这个字符串中提取这些值,就像字符串截取一样,还是后台拿到这些值的
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
蓝风紫电
2013-09-24 · TA获得超过806个赞
知道小有建树答主
回答量:785
采纳率:100%
帮助的人:543万
展开全部
这个已经是html了啊,你放到jsp中不就可以了么
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 4条折叠回答
收起 更多回答(5)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式