gpt4 book ai didi

html - 在返回的每个结果中添加一行

转载 作者:太空宇宙 更新时间:2023-11-04 02:35:02 24 4
gpt4 key购买 nike

我正在将数据附加到屏幕,但在每个结束时我都试图添加一个 <hr>产生一条线。问题是,当我添加这个简单的标签时,它弄乱了结构。我不确定是什么原因造成的,但我想知道如何在不拉伸(stretch)所有附加元素的情况下附加标签。

$.each(results, function() {
$("#resultsDiv").append('<tr>');
$("#resultsDiv").append('<td width=11.1% align="left" valign="center">' + this.group1 + '</td>');
$("#resultsDiv").append('<td width=11.1% align="left" valign="center">' + this.group2 + '</td>');
$("#resultsDiv").append('<td width=11.1% align="left" valign="center"><img id="Img" src="ghost.png"></td>');
$("#resultsDiv").append('<hr>');
$("#resultsDiv").append('</tr>');
});
<div id="resultsDiv"></div>

最佳答案

我会在这里看看Using an <hr> tag with a table

来自@marcianx的相关引述

The best way to add a horizontal line between rows is with CSS borders

我同意。

关于html - 在返回的每个结果中添加一行 <hr>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35857523/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com