javaee从数据库中查询到数据用js或jQuery显示成表格

 我来答
百度网友5a74a22
2013-05-10 · TA获得超过130个赞
知道答主
回答量:49
采纳率:0%
帮助的人:40.3万
展开全部
你为何不用 jsp写呢? js还要拼装 表格语句 倒不如jsp省事

<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60" height="20" style="background-color:#CCCCCC;">
<a>序号</a>
</td>
<td width="210" height="20" style="background-color:#CCCCCC;">
<a>论文题目</a>
</td>
<td width="70" height="20" style="background-color:#CCCCCC;">
<a>第一作者</a>
</td>
<td width="100" height="20" style="background-color:#CCCCCC;">
<a>其他</a>
</td>
<tr>

<s:iterator value="thesises" status="st">
<tr>
<td name="id" width="60" height="20">
<s:property value="id"/>
</td>
<td width="210" height="20">
<s:property value="title"/>
</td>
<td width="70" height="20">
<s:property value="firstAuthor"/>
</td>
<td width="100" height="20">

<!-- <a href="<s:url action="prize_details_%{prize_id}"/>">详情</a>-->
<a href="<s:url action="thesis/thesis_update_from_%{thesis_id}"/>">修改</a>
<a href="<s:url action="thesis/thesis_delete_%{thesis_id}"/>" onclick="return confirm('确定将此记录删除?')">删除</a>
<tr>
</s:iterator>
</table>
更多追问追答
追问
关键是只让用js或jquery写。。。
追答

...........好吧  给你个思路 我就不写了 是在太长太麻烦

var text;
text = text + '<table width ="500" border="0" cellspacing = "0" >';
text = text + "<tr>";
//最后将text内容加入div标签
(#div).html(text);
我也是初学者,不知道还有什么别的更省事的方法没。我给你提供个思路。假如笨拙 望海涵
百度网友a6696c8
2013-05-17
知道答主
回答量:7
采纳率:0%
帮助的人:3.4万
展开全部
你是说的jsp内置对象的存值取值问题吗?
一般是request.getParamer();//取参数
request.getAttribute();//取请求页面传过来的值
然后是session
在查询数据库后 session.setAttribute();
就可以在当前会话中去你存的值session.getAttribute()
追问
我的意思是取到的list,使用js从userBean从获取用户名和密码
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式