如何将这段div用js的方式拼接html? 5

<divstyle="width:47.5%;float:left;height:550px;overflow-y:auto;"id="menu"><c:forEachi... <div style="width:47.5%;float:left;height:550px;overflow-y: auto;" id="menu">
<c:forEach items="${productLists}" var="productLists" varStatus="status">
<c:if test="${status.count%2==1}">
<div style="display: flex;">
<a href="#" style="border: 1px solid #bdc1c3; width: 49.5%;height: 100px;">
<div style="display: flex;" onclick="addshop(${productLists.productId},'${productLists.productLogo}','${productLists.productName}',${productLists.productSmoney})">
<img src="/shop/layuiadmin/imgProduct/${productLists.productLogo}" style="width: 80px;height: 80px;margin: 9px;">
<div style="margin-left: 10px;margin-top: 10px;">
<p style="">${productLists.productName}</p>
<p style="color: #02a496;margin-top: 10px;">${productLists.productSmoney}</p>
<p style="color: #02a496; margin-left: 133px; margin-top: 15px;">单规格:</p>
</div>
</div>
</a>
</c:if>
<c:if test="${status.count%2==0}">
<a href="#" style="border: 1px solid #bdc1c3; width: 49.5%;height: 100px;">
<div style="display: flex;" onclick="addshop(${productLists.productId},'${productLists.productLogo}', '${productLists.productName}', ${productLists.productSmoney})">
<img src="/shop/layuiadmin/imgProduct/${productLists.productLogo}" style="width: 80px;height: 80px;margin: 9px;">
<div style="margin-left: 10px;margin-top: 10px;">
<p style="">${productLists.productName}</p>
<p style="color: #02a496;margin-top: 10px;">${productLists.productSmoney}</p>
<p style="color: #02a496; margin-left: 133px; margin-top: 15px;">单规格:</p>
</div>
</div>
</a>
</div>
</c:if>
</c:forEach>
</div>
展开
 我来答
赵华阳Love杨嘉宇
2020-01-01
知道答主
回答量:52
采纳率:0%
帮助的人:5.9万
展开全部
拼接不了 这里面包含了后端混编语法,可以等页面加载完毕获取DOM 的HTML再重新编辑
开花的树图文设计
2020-01-01 · TA获得超过884个赞
知道小有建树答主
回答量:2016
采纳率:74%
帮助的人:290万
展开全部
直接放进jsp页面中啊,要拼接什么?
追问
要局部刷页面,在js中拼接一个div
追答
整体放进JSP页面中,然后相关要刷新的数据用ajax啊,
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式